Html Css Color HEX #40CDE9 Summer Sky

📋 copy color: '#40CDE9'

red 64 ◦ green 205 ◦ blue 233

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

Shades of Summer Sky #40CDE9

Tints of Summer Sky #40CDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 12.75%
G = 40.84%
B = 46.41%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#40CDE9 (or 0x40CDE9) is known color: Summer Sky. HEX triplet: 40, CD and E9. RGB value is (64,205,233). Sum of RGB (Red+Green+Blue) = 64+205+233=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #40CDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CDE9 is #BF3216. Grayscale: #A5A5A5. Windows color (decimal): -12530199 or 15322432. OLE color: 15322432.

HSL color Cylindrical-coordinate representation of color #40CDE9: hue angle of 189.94º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CDE9 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 205 233 -
CMYK 0.73 0.12 0 0.09
HSL 189.94º 0.79% 0.58% -
HSV(B) 189.94º 0.73% 0.91% -
XYZ 38.65 50.64 84.83 -
YUV 166.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 64 205 233 0.73 0.12 0 0.09 189.94 0.79 0.58
Hex 40 CD E9 49 C 0 9 BE 4F 3A
Octal 100 315 351 111 14 0 11 276 117 72
Binary 1000000 11001101 11101001 1001001 1100 0 1001 10111110 1001111 111010

Color Harmonies of #40CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CDE9

Black with #40CDE9

Text Example


Text Example

White with #40CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,233); }

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

background-color css

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

 a { background-color: rgb(64,205,233); }

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

border-color css

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

 span { border-color: rgb(64,205,233); }

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