Html Css Color HEX #31BBDE Summer Sky

📋 copy color: '#31BBDE'

red 49 ◦ green 187 ◦ blue 222

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

Shades of Summer Sky #31BBDE

Tints of Summer Sky #31BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 10.7%
G = 40.83%
B = 48.47%

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

#31BBDE (or 0x31BBDE) is known color: Summer Sky. HEX triplet: 31, BB and DE. RGB value is (49,187,222). Sum of RGB (Red+Green+Blue) = 49+187+222=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #31BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBDE is #CE4421. Grayscale: #959595. Windows color (decimal): -13517858 or 14596913. OLE color: 14596913.

HSL color Cylindrical-coordinate representation of color #31BBDE: hue angle of 192.14º degrees, saturation: 0.72, 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 #31BBDE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 187 222 -
CMYK 0.78 0.16 0 0.13
HSL 192.14º 0.72% 0.53% -
HSV(B) 192.14º 0.78% 0.87% -
XYZ 32.22 41.47 75.41 -
YUV 149.73 168.78 56.15 -
System Red Green Blue C M Y K H S L
Decimal 49 187 222 0.78 0.16 0 0.13 192.14 0.72 0.53
Hex 31 BB DE 4E 10 0 D C0 48 35
Octal 61 273 336 116 20 0 15 300 110 65
Binary 110001 10111011 11011110 1001110 10000 0 1101 11000000 1001000 110101

Color Harmonies of #31BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBDE

Black with #31BBDE

Text Example


Text Example

White with #31BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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