Html Css Color HEX #31CFE6 Summer Sky

📋 copy color: '#31CFE6'

red 49 ◦ green 207 ◦ blue 230

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

Shades of Summer Sky #31CFE6

Tints of Summer Sky #31CFE6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 10.08%
G = 42.59%
B = 47.33%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#31CFE6 (or 0x31CFE6) is known color: Summer Sky. HEX triplet: 31, CF and E6. RGB value is (49,207,230). Sum of RGB (Red+Green+Blue) = 49+207+230=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #31CFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CFE6 is #CE3019. Grayscale: #A2A2A2. Windows color (decimal): -13512730 or 15126321. OLE color: 15126321.

HSL color Cylindrical-coordinate representation of color #31CFE6: hue angle of 187.62º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CFE6 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 207 230 -
CMYK 0.79 0.10 0 0.10
HSL 187.62º 0.78% 0.55% -
HSV(B) 187.62º 0.79% 0.9% -
XYZ 37.86 50.99 82.71 -
YUV 162.38 166.15 47.13 -
System Red Green Blue C M Y K H S L
Decimal 49 207 230 0.79 0.10 0 0.10 187.62 0.78 0.55
Hex 31 CF E6 4F A 0 A BC 4E 37
Octal 61 317 346 117 12 0 12 274 116 67
Binary 110001 11001111 11100110 1001111 1010 0 1010 10111100 1001110 110111

Color Harmonies of #31CFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CFE6

Black with #31CFE6

Text Example


Text Example

White with #31CFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,207,230); }

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

background-color css

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

 a { background-color: rgb(49,207,230); }

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

border-color css

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

 span { border-color: rgb(49,207,230); }

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