Html Css Color HEX #31CEF7 Summer Sky

📋 copy color: '#31CEF7'

red 49 ◦ green 206 ◦ blue 247

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

Shades of Summer Sky #31CEF7

Tints of Summer Sky #31CEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 9.76%
G = 41.04%
B = 49.2%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#31CEF7 (or 0x31CEF7) is known color: Summer Sky. HEX triplet: 31, CE and F7. RGB value is (49,206,247). Sum of RGB (Red+Green+Blue) = 49+206+247=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #31CEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CEF7 is #CE3108. Grayscale: #A3A3A3. Windows color (decimal): -13512969 or 16240177. OLE color: 16240177.

HSL color Cylindrical-coordinate representation of color #31CEF7: hue angle of 192.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CEF7 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 206 247 -
CMYK 0.80 0.17 0 0.03
HSL 192.42º 0.93% 0.58% -
HSV(B) 192.42º 0.8% 0.97% -
XYZ 40.13 51.51 95.82 -
YUV 163.73 174.99 46.17 -
System Red Green Blue C M Y K H S L
Decimal 49 206 247 0.80 0.17 0 0.03 192.42 0.93 0.58
Hex 31 CE F7 50 11 0 3 C0 5D 3A
Octal 61 316 367 120 21 0 3 300 135 72
Binary 110001 11001110 11110111 1010000 10001 0 11 11000000 1011101 111010

Color Harmonies of #31CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEF7

Black with #31CEF7

Text Example


Text Example

White with #31CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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