Html Css Color HEX #31BBDF Summer Sky

📋 copy color: '#31BBDF'

red 49 ◦ green 187 ◦ blue 223

#31BBDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #31BBDF

Tints of Summer Sky #31BBDF

RGB

 RED value IS 49 (19.53% from 255) = 10.68%

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 10.68%
G = 40.74%
B = 48.58%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31BBDF (or 0x31BBDF) is known color: Summer Sky. HEX triplet: 31, BB and DF. RGB value is (49,187,223). Sum of RGB (Red+Green+Blue) = 49+187+223=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #31BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBDF is #CE4420. Grayscale: #959595. Windows color (decimal): -13517857 or 14662449. OLE color: 14662449.

HSL color Cylindrical-coordinate representation of color #31BBDF: hue angle of 192.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BBDF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 187 223 -
CMYK 0.78 0.16 0 0.13
HSL 192.41º 0.73% 0.53% -
HSV(B) 192.41º 0.78% 0.87% -
XYZ 32.36 41.52 76.12 -
YUV 149.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 49 187 223 0.78 0.16 0 0.13 192.41 0.73 0.53
Hex 31 BB DF 4E 10 0 D C0 49 35
Octal 61 273 337 116 20 0 15 300 111 65
Binary 110001 10111011 11011111 1001110 10000 0 1101 11000000 1001001 110101

Color Harmonies of #31BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBDF

Black with #31BBDF

Text Example


Text Example

White with #31BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31BBDF; }

 p { color: rgb(49,187,223); }

 H1.HeaderClassName
 {
   color: #31BBDF;
 }
 .AnyTagClassName
 {
   color: #31BBDF;
 }
</style>

background-color css

<style>
 a { background-color: #31BBDF; }

 a { background-color: rgb(49,187,223); }

 div.DivClassName
 {
   background-color: #31BBDF;
 }
 .BgClassName
 {
   background-color: #31BBDF;
 }
</style>

border-color css

<style>
 span { border-color: #31BBDF; }

 span { border-color: rgb(49,187,223); }

 td.TdClassName
 {
   border-color: #31BBDF;
 }
 .TagClassName
 {
   border-color: #31BBDF;
 }
</style>