Html Css Color HEX #31BCCC Summer Sky

📋 copy color: '#31BCCC'

red 49 ◦ green 188 ◦ blue 204

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

Shades of Summer Sky #31BCCC

Tints of Summer Sky #31BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 11.11%
G = 42.63%
B = 46.26%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#31BCCC (or 0x31BCCC) is known color: Summer Sky. HEX triplet: 31, BC and CC. RGB value is (49,188,204). Sum of RGB (Red+Green+Blue) = 49+188+204=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #31BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCCC is #CE4333. Grayscale: #949494. Windows color (decimal): -13517620 or 13417521. OLE color: 13417521.

HSL color Cylindrical-coordinate representation of color #31BCCC: hue angle of 186.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BCCC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 188 204 -
CMYK 0.76 0.08 0 0.2
HSL 186.19º 0.61% 0.5% -
HSV(B) 186.19º 0.76% 0.8% -
XYZ 30.15 40.98 63.45 -
YUV 148.26 159.45 57.2 -
System Red Green Blue C M Y K H S L
Decimal 49 188 204 0.76 0.08 0 0.2 186.19 0.61 0.5
Hex 31 BC CC 4C 8 0 14 BA 3D 32
Octal 61 274 314 114 10 0 24 272 75 62
Binary 110001 10111100 11001100 1001100 1000 0 10100 10111010 111101 110010

Color Harmonies of #31BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCCC

Black with #31BCCC

Text Example


Text Example

White with #31BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,204); }

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

background-color css

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

 a { background-color: rgb(49,188,204); }

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

border-color css

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

 span { border-color: rgb(49,188,204); }

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