Html Css Color HEX #40CBEA Summer Sky

📋 copy color: '#40CBEA'

red 64 ◦ green 203 ◦ blue 234

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

Shades of Summer Sky #40CBEA

Tints of Summer Sky #40CBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 12.77%
G = 40.52%
B = 46.71%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40CBEA (or 0x40CBEA) is known color: Summer Sky. HEX triplet: 40, CB and EA. RGB value is (64,203,234). Sum of RGB (Red+Green+Blue) = 64+203+234=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #40CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBEA is #BF3415. Grayscale: #A4A4A4. Windows color (decimal): -12530710 or 15387456. OLE color: 15387456.

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

Color convert

RGB 64 203 234 -
CMYK 0.73 0.13 0 0.08
HSL 190.94º 0.8% 0.58% -
HSV(B) 190.94º 0.73% 0.92% -
XYZ 38.32 49.74 85.42 -
YUV 164.97 166.95 55.98 -
System Red Green Blue C M Y K H S L
Decimal 64 203 234 0.73 0.13 0 0.08 190.94 0.8 0.58
Hex 40 CB EA 49 D 0 8 BF 50 3A
Octal 100 313 352 111 15 0 10 277 120 72
Binary 1000000 11001011 11101010 1001001 1101 0 1000 10111111 1010000 111010

Color Harmonies of #40CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBEA

Black with #40CBEA

Text Example


Text Example

White with #40CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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