Html Css Color HEX #31CEED Summer Sky

📋 copy color: '#31CEED'

red 49 ◦ green 206 ◦ blue 237

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

Shades of Summer Sky #31CEED

Tints of Summer Sky #31CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.87%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 9.96%
G = 41.87%
B = 48.17%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#31CEED (or 0x31CEED) is known color: Summer Sky. HEX triplet: 31, CE and ED. RGB value is (49,206,237). Sum of RGB (Red+Green+Blue) = 49+206+237=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #31CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CEED is #CE3112. Grayscale: #A2A2A2. Windows color (decimal): -13512979 or 15584817. OLE color: 15584817.

HSL color Cylindrical-coordinate representation of color #31CEED: hue angle of 189.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CEED is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 206 237 -
CMYK 0.79 0.13 0 0.07
HSL 189.89º 0.84% 0.56% -
HSV(B) 189.89º 0.79% 0.93% -
XYZ 38.62 50.91 87.91 -
YUV 162.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 49 206 237 0.79 0.13 0 0.07 189.89 0.84 0.56
Hex 31 CE ED 4F D 0 7 BE 54 38
Octal 61 316 355 117 15 0 7 276 124 70
Binary 110001 11001110 11101101 1001111 1101 0 111 10111110 1010100 111000

Color Harmonies of #31CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEED

Black with #31CEED

Text Example


Text Example

White with #31CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,206,237); }

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

background-color css

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

 a { background-color: rgb(49,206,237); }

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

border-color css

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

 span { border-color: rgb(49,206,237); }

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