Html Css Color HEX #40CBEC Summer Sky

📋 copy color: '#40CBEC'

red 64 ◦ green 203 ◦ blue 236

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

Shades of Summer Sky #40CBEC

Tints of Summer Sky #40CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 12.72%
G = 40.36%
B = 46.92%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40CBEC (or 0x40CBEC) is known color: Summer Sky. HEX triplet: 40, CB and EC. RGB value is (64,203,236). Sum of RGB (Red+Green+Blue) = 64+203+236=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #40CBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBEC is #BF3413. Grayscale: #A4A4A4. Windows color (decimal): -12530708 or 15518528. OLE color: 15518528.

HSL color Cylindrical-coordinate representation of color #40CBEC: hue angle of 191.51º degrees, saturation: 0.82, 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 #40CBEC is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 203 236 -
CMYK 0.73 0.14 0 0.07
HSL 191.51º 0.82% 0.59% -
HSV(B) 191.51º 0.73% 0.93% -
XYZ 38.61 49.86 86.95 -
YUV 165.2 167.95 55.82 -
System Red Green Blue C M Y K H S L
Decimal 64 203 236 0.73 0.14 0 0.07 191.51 0.82 0.59
Hex 40 CB EC 49 E 0 7 C0 52 3B
Octal 100 313 354 111 16 0 7 300 122 73
Binary 1000000 11001011 11101100 1001001 1110 0 111 11000000 1010010 111011

Color Harmonies of #40CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBEC

Black with #40CBEC

Text Example


Text Example

White with #40CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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