Html Css Color HEX #40C1DD Summer Sky

📋 copy color: '#40C1DD'

red 64 ◦ green 193 ◦ blue 221

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

Shades of Summer Sky #40C1DD

Tints of Summer Sky #40C1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 13.39%
G = 40.38%
B = 46.23%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40C1DD (or 0x40C1DD) is known color: Summer Sky. HEX triplet: 40, C1 and DD. RGB value is (64,193,221). Sum of RGB (Red+Green+Blue) = 64+193+221=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #40C1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1DD is #BF3E22. Grayscale: #9D9D9D. Windows color (decimal): -12533283 or 14532928. OLE color: 14532928.

HSL color Cylindrical-coordinate representation of color #40C1DD: hue angle of 190.7º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C1DD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 193 221 -
CMYK 0.71 0.13 0 0.13
HSL 190.7º 0.7% 0.56% -
HSV(B) 190.7º 0.71% 0.87% -
XYZ 34.24 44.45 75.18 -
YUV 157.62 163.76 61.22 -
System Red Green Blue C M Y K H S L
Decimal 64 193 221 0.71 0.13 0 0.13 190.7 0.7 0.56
Hex 40 C1 DD 47 D 0 D BF 46 38
Octal 100 301 335 107 15 0 15 277 106 70
Binary 1000000 11000001 11011101 1000111 1101 0 1101 10111111 1000110 111000

Color Harmonies of #40C1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C1DD

Black with #40C1DD

Text Example


Text Example

White with #40C1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,221); }

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

background-color css

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

 a { background-color: rgb(64,193,221); }

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

border-color css

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

 span { border-color: rgb(64,193,221); }

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