Html Css Color HEX #31BFE0 Summer Sky

📋 copy color: '#31BFE0'

red 49 ◦ green 191 ◦ blue 224

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

Shades of Summer Sky #31BFE0

Tints of Summer Sky #31BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 10.56%
G = 41.16%
B = 48.28%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#31BFE0 (or 0x31BFE0) is known color: Summer Sky. HEX triplet: 31, BF and E0. RGB value is (49,191,224). Sum of RGB (Red+Green+Blue) = 49+191+224=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #31BFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFE0 is #CE401F. Grayscale: #989898. Windows color (decimal): -13516832 or 14729009. OLE color: 14729009.

HSL color Cylindrical-coordinate representation of color #31BFE0: hue angle of 191.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BFE0 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 191 224 -
CMYK 0.78 0.15 0 0.12
HSL 191.31º 0.74% 0.54% -
HSV(B) 191.31º 0.78% 0.88% -
XYZ 33.35 43.3 77.12 -
YUV 152.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 49 191 224 0.78 0.15 0 0.12 191.31 0.74 0.54
Hex 31 BF E0 4E F 0 C BF 4A 36
Octal 61 277 340 116 17 0 14 277 112 66
Binary 110001 10111111 11100000 1001110 1111 0 1100 10111111 1001010 110110

Color Harmonies of #31BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BFE0

Black with #31BFE0

Text Example


Text Example

White with #31BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,191,224); }

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

background-color css

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

 a { background-color: rgb(49,191,224); }

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

border-color css

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

 span { border-color: rgb(49,191,224); }

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