Html Css Color HEX #31BCCD Summer Sky

📋 copy color: '#31BCCD'

red 49 ◦ green 188 ◦ blue 205

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

Shades of Summer Sky #31BCCD

Tints of Summer Sky #31BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 11.09%
G = 42.53%
B = 46.38%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31BCCD (or 0x31BCCD) is known color: Summer Sky. HEX triplet: 31, BC and CD. RGB value is (49,188,205). Sum of RGB (Red+Green+Blue) = 49+188+205=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #31BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCCD is #CE4332. Grayscale: #949494. Windows color (decimal): -13517619 or 13483057. OLE color: 13483057.

HSL color Cylindrical-coordinate representation of color #31BCCD: hue angle of 186.54º 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 #31BCCD is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 188 205 -
CMYK 0.76 0.08 0 0.20
HSL 186.54º 0.61% 0.5% -
HSV(B) 186.54º 0.76% 0.8% -
XYZ 30.27 41.03 64.08 -
YUV 148.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 49 188 205 0.76 0.08 0 0.20 186.54 0.61 0.5
Hex 31 BC CD 4C 8 0 14 BB 3D 32
Octal 61 274 315 114 10 0 24 273 75 62
Binary 110001 10111100 11001101 1001100 1000 0 10100 10111011 111101 110010

Color Harmonies of #31BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCCD

Black with #31BCCD

Text Example


Text Example

White with #31BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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