Html Css Color HEX #40CCEB Summer Sky

📋 copy color: '#40CCEB'

red 64 ◦ green 204 ◦ blue 235

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

Shades of Summer Sky #40CCEB

Tints of Summer Sky #40CCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

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

R = 12.72%
G = 40.56%
B = 46.72%

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

#40CCEB (or 0x40CCEB) is known color: Summer Sky. HEX triplet: 40, CC and EB. RGB value is (64,204,235). Sum of RGB (Red+Green+Blue) = 64+204+235=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #40CCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCEB is #BF3314. Grayscale: #A5A5A5. Windows color (decimal): -12530453 or 15453248. OLE color: 15453248.

HSL color Cylindrical-coordinate representation of color #40CCEB: hue angle of 190.88º 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 #40CCEB is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 204 235 -
CMYK 0.73 0.13 0 0.08
HSL 190.88º 0.81% 0.59% -
HSV(B) 190.88º 0.73% 0.92% -
XYZ 38.7 50.27 86.26 -
YUV 165.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 64 204 235 0.73 0.13 0 0.08 190.88 0.81 0.59
Hex 40 CC EB 49 D 0 8 BF 51 3B
Octal 100 314 353 111 15 0 10 277 121 73
Binary 1000000 11001100 11101011 1001001 1101 0 1000 10111111 1010001 111011

Color Harmonies of #40CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCEB

Black with #40CCEB

Text Example


Text Example

White with #40CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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