Html Css Color HEX #40CFEF Summer Sky

📋 copy color: '#40CFEF'

red 64 ◦ green 207 ◦ blue 239

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

Shades of Summer Sky #40CFEF

Tints of Summer Sky #40CFEF

RGB

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

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

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

R = 12.55%
G = 40.59%
B = 46.86%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40CFEF (or 0x40CFEF) is known color: Summer Sky. HEX triplet: 40, CF and EF. RGB value is (64,207,239). Sum of RGB (Red+Green+Blue) = 64+207+239=510 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.55% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #40CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFEF is #BF3010. Grayscale: #A7A7A7. Windows color (decimal): -12529681 or 15716160. OLE color: 15716160.

HSL color Cylindrical-coordinate representation of color #40CFEF: hue angle of 190.97º 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 #40CFEF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 207 239 -
CMYK 0.73 0.13 0 0.06
HSL 190.97º 0.85% 0.59% -
HSV(B) 190.97º 0.73% 0.94% -
XYZ 40.01 51.95 89.58 -
YUV 167.89 168.12 53.9 -
System Red Green Blue C M Y K H S L
Decimal 64 207 239 0.73 0.13 0 0.06 190.97 0.85 0.59
Hex 40 CF EF 49 D 0 6 BF 55 3B
Octal 100 317 357 111 15 0 6 277 125 73
Binary 1000000 11001111 11101111 1001001 1101 0 110 10111111 1010101 111011

Color Harmonies of #40CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFEF

Black with #40CFEF

Text Example


Text Example

White with #40CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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