Html Css Color HEX #31B0DD Summer Sky

📋 copy color: '#31B0DD'

red 49 ◦ green 176 ◦ blue 221

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

Shades of Summer Sky #31B0DD

Tints of Summer Sky #31B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 10.99%
G = 39.46%
B = 49.55%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31B0DD (or 0x31B0DD) is known color: Summer Sky. HEX triplet: 31, B0 and DD. RGB value is (49,176,221). Sum of RGB (Red+Green+Blue) = 49+176+221=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #31B0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B0DD is #CE4F22. Grayscale: #8E8E8E. Windows color (decimal): -13520675 or 14528561. OLE color: 14528561.

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

Color convert

RGB 49 176 221 -
CMYK 0.78 0.20 0 0.13
HSL 195.7º 0.72% 0.53% -
HSV(B) 195.7º 0.78% 0.87% -
XYZ 29.84 36.92 73.96 -
YUV 143.16 171.92 60.84 -
System Red Green Blue C M Y K H S L
Decimal 49 176 221 0.78 0.20 0 0.13 195.7 0.72 0.53
Hex 31 B0 DD 4E 14 0 D C4 48 35
Octal 61 260 335 116 24 0 15 304 110 65
Binary 110001 10110000 11011101 1001110 10100 0 1101 11000100 1001000 110101

Color Harmonies of #31B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B0DD

Black with #31B0DD

Text Example


Text Example

White with #31B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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