Html Css Color HEX #31BBCF Summer Sky

📋 copy color: '#31BBCF'

red 49 ◦ green 187 ◦ blue 207

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

Shades of Summer Sky #31BBCF

Tints of Summer Sky #31BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 11.06%
G = 42.21%
B = 46.73%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#31BBCF (or 0x31BBCF) is known color: Summer Sky. HEX triplet: 31, BB and CF. RGB value is (49,187,207). Sum of RGB (Red+Green+Blue) = 49+187+207=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #31BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBCF is #CE4430. Grayscale: #939393. Windows color (decimal): -13517873 or 13613873. OLE color: 13613873.

HSL color Cylindrical-coordinate representation of color #31BBCF: hue angle of 187.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BBCF is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 187 207 -
CMYK 0.76 0.10 0 0.19
HSL 187.59º 0.62% 0.5% -
HSV(B) 187.59º 0.76% 0.81% -
XYZ 30.3 40.7 65.29 -
YUV 148.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 49 187 207 0.76 0.10 0 0.19 187.59 0.62 0.5
Hex 31 BB CF 4C A 0 13 BC 3E 32
Octal 61 273 317 114 12 0 23 274 76 62
Binary 110001 10111011 11001111 1001100 1010 0 10011 10111100 111110 110010

Color Harmonies of #31BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBCF

Black with #31BBCF

Text Example


Text Example

White with #31BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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