Html Css Color HEX #31D2EB Summer Sky

📋 copy color: '#31D2EB'

red 49 ◦ green 210 ◦ blue 235

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

Shades of Summer Sky #31D2EB

Tints of Summer Sky #31D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 9.92%
G = 42.51%
B = 47.57%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31D2EB (or 0x31D2EB) is known color: Summer Sky. HEX triplet: 31, D2 and EB. RGB value is (49,210,235). Sum of RGB (Red+Green+Blue) = 49+210+235=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #31D2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D2EB is #CE2D14. Grayscale: #A4A4A4. Windows color (decimal): -13511957 or 15454769. OLE color: 15454769.

HSL color Cylindrical-coordinate representation of color #31D2EB: hue angle of 188.06º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D2EB is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 210 235 -
CMYK 0.79 0.11 0 0.08
HSL 188.06º 0.82% 0.56% -
HSV(B) 188.06º 0.79% 0.92% -
XYZ 39.31 52.74 86.71 -
YUV 164.71 167.66 45.47 -
System Red Green Blue C M Y K H S L
Decimal 49 210 235 0.79 0.11 0 0.08 188.06 0.82 0.56
Hex 31 D2 EB 4F B 0 8 BC 52 38
Octal 61 322 353 117 13 0 10 274 122 70
Binary 110001 11010010 11101011 1001111 1011 0 1000 10111100 1010010 111000

Color Harmonies of #31D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D2EB

Black with #31D2EB

Text Example


Text Example

White with #31D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,210,235); }

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

background-color css

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

 a { background-color: rgb(49,210,235); }

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

border-color css

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

 span { border-color: rgb(49,210,235); }

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