Html Css Color HEX #40CEEB Summer Sky

📋 copy color: '#40CEEB'

red 64 ◦ green 206 ◦ blue 235

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

Shades of Summer Sky #40CEEB

Tints of Summer Sky #40CEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 12.67%
G = 40.79%
B = 46.53%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40CEEB (or 0x40CEEB) is known color: Summer Sky. HEX triplet: 40, CE and EB. RGB value is (64,206,235). Sum of RGB (Red+Green+Blue) = 64+206+235=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #40CEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEEB is #BF3114. Grayscale: #A6A6A6. Windows color (decimal): -12529941 or 15453760. OLE color: 15453760.

HSL color Cylindrical-coordinate representation of color #40CEEB: hue angle of 190.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CEEB is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 206 235 -
CMYK 0.73 0.12 0 0.08
HSL 190.18º 0.81% 0.59% -
HSV(B) 190.18º 0.73% 0.92% -
XYZ 39.18 51.23 86.42 -
YUV 166.85 166.46 54.64 -
System Red Green Blue C M Y K H S L
Decimal 64 206 235 0.73 0.12 0 0.08 190.18 0.81 0.59
Hex 40 CE EB 49 C 0 8 BE 51 3B
Octal 100 316 353 111 14 0 10 276 121 73
Binary 1000000 11001110 11101011 1001001 1100 0 1000 10111110 1010001 111011

Color Harmonies of #40CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEEB

Black with #40CEEB

Text Example


Text Example

White with #40CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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