Html Css Color HEX #40CEEF Summer Sky

📋 copy color: '#40CEEF'

red 64 ◦ green 206 ◦ blue 239

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

Shades of Summer Sky #40CEEF

Tints of Summer Sky #40CEEF

RGB

 RED value IS 64 (25.39% from 255) = 12.57%

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 12.57%
G = 40.47%
B = 46.95%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40CEEF (or 0x40CEEF) is known color: Summer Sky. HEX triplet: 40, CE and EF. RGB value is (64,206,239). Sum of RGB (Red+Green+Blue) = 64+206+239=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #40CEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEEF is #BF3110. Grayscale: #A7A7A7. Windows color (decimal): -12529937 or 15715904. OLE color: 15715904.

HSL color Cylindrical-coordinate representation of color #40CEEF: hue angle of 191.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CEEF is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 206 239 -
CMYK 0.73 0.14 0 0.06
HSL 191.31º 0.85% 0.59% -
HSV(B) 191.31º 0.73% 0.94% -
XYZ 39.77 51.46 89.5 -
YUV 167.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 64 206 239 0.73 0.14 0 0.06 191.31 0.85 0.59
Hex 40 CE EF 49 E 0 6 BF 55 3B
Octal 100 316 357 111 16 0 6 277 125 73
Binary 1000000 11001110 11101111 1001001 1110 0 110 10111111 1010101 111011

Color Harmonies of #40CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEEF

Black with #40CEEF

Text Example


Text Example

White with #40CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40CEEF; }

 p { color: rgb(64,206,239); }

 H1.HeaderClassName
 {
   color: #40CEEF;
 }
 .AnyTagClassName
 {
   color: #40CEEF;
 }
</style>

background-color css

<style>
 a { background-color: #40CEEF; }

 a { background-color: rgb(64,206,239); }

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

border-color css

<style>
 span { border-color: #40CEEF; }

 span { border-color: rgb(64,206,239); }

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