Html Css Color HEX #40CAEE Summer Sky

📋 copy color: '#40CAEE'

red 64 ◦ green 202 ◦ blue 238

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

Shades of Summer Sky #40CAEE

Tints of Summer Sky #40CAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 12.7%
G = 40.08%
B = 47.22%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40CAEE (or 0x40CAEE) is known color: Summer Sky. HEX triplet: 40, CA and EE. RGB value is (64,202,238). Sum of RGB (Red+Green+Blue) = 64+202+238=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #40CAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CAEE is #BF3511. Grayscale: #A4A4A4. Windows color (decimal): -12530962 or 15649344. OLE color: 15649344.

HSL color Cylindrical-coordinate representation of color #40CAEE: hue angle of 192.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CAEE is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 202 238 -
CMYK 0.73 0.15 0 0.07
HSL 192.41º 0.84% 0.59% -
HSV(B) 192.41º 0.73% 0.93% -
XYZ 38.67 49.5 88.41 -
YUV 164.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 64 202 238 0.73 0.15 0 0.07 192.41 0.84 0.59
Hex 40 CA EE 49 F 0 7 C0 54 3B
Octal 100 312 356 111 17 0 7 300 124 73
Binary 1000000 11001010 11101110 1001001 1111 0 111 11000000 1010100 111011

Color Harmonies of #40CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CAEE

Black with #40CAEE

Text Example


Text Example

White with #40CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,238); }

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

background-color css

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

 a { background-color: rgb(64,202,238); }

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

border-color css

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

 span { border-color: rgb(64,202,238); }

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