Html Css Color HEX #31B0CA Summer Sky

📋 copy color: '#31B0CA'

red 49 ◦ green 176 ◦ blue 202

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

Shades of Summer Sky #31B0CA

Tints of Summer Sky #31B0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 11.48%
G = 41.22%
B = 47.31%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#31B0CA (or 0x31B0CA) is known color: Summer Sky. HEX triplet: 31, B0 and CA. RGB value is (49,176,202). Sum of RGB (Red+Green+Blue) = 49+176+202=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #31B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B0CA is #CE4F35. Grayscale: #8C8C8C. Windows color (decimal): -13520694 or 13283377. OLE color: 13283377.

HSL color Cylindrical-coordinate representation of color #31B0CA: hue angle of 190.2º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31B0CA is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 176 202 -
CMYK 0.76 0.13 0 0.21
HSL 190.2º 0.61% 0.49% -
HSV(B) 190.2º 0.76% 0.79% -
XYZ 27.45 35.97 61.37 -
YUV 140.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 49 176 202 0.76 0.13 0 0.21 190.2 0.61 0.49
Hex 31 B0 CA 4C D 0 15 BE 3D 31
Octal 61 260 312 114 15 0 25 276 75 61
Binary 110001 10110000 11001010 1001100 1101 0 10101 10111110 111101 110001

Color Harmonies of #31B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B0CA

Black with #31B0CA

Text Example


Text Example

White with #31B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,176,202); }

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

background-color css

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

 a { background-color: rgb(49,176,202); }

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

border-color css

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

 span { border-color: rgb(49,176,202); }

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