Html Css Color HEX #40CBE5 Summer Sky

📋 copy color: '#40CBE5'

red 64 ◦ green 203 ◦ blue 229

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

Shades of Summer Sky #40CBE5

Tints of Summer Sky #40CBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.93%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 12.9%
G = 40.93%
B = 46.17%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#40CBE5 (or 0x40CBE5) is known color: Summer Sky. HEX triplet: 40, CB and E5. RGB value is (64,203,229). Sum of RGB (Red+Green+Blue) = 64+203+229=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #40CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBE5 is #BF341A. Grayscale: #A4A4A4. Windows color (decimal): -12530715 or 15059776. OLE color: 15059776.

HSL color Cylindrical-coordinate representation of color #40CBE5: hue angle of 189.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40CBE5 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 203 229 -
CMYK 0.72 0.11 0 0.10
HSL 189.45º 0.76% 0.57% -
HSV(B) 189.45º 0.72% 0.9% -
XYZ 37.61 49.46 81.69 -
YUV 164.4 164.45 56.39 -
System Red Green Blue C M Y K H S L
Decimal 64 203 229 0.72 0.11 0 0.10 189.45 0.76 0.57
Hex 40 CB E5 48 B 0 A BD 4C 39
Octal 100 313 345 110 13 0 12 275 114 71
Binary 1000000 11001011 11100101 1001000 1011 0 1010 10111101 1001100 111001

Color Harmonies of #40CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBE5

Black with #40CBE5

Text Example


Text Example

White with #40CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,203,229); }

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

background-color css

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

 a { background-color: rgb(64,203,229); }

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

border-color css

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

 span { border-color: rgb(64,203,229); }

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