Html Css Color HEX #40C1DB Summer Sky

📋 copy color: '#40C1DB'

red 64 ◦ green 193 ◦ blue 219

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

Shades of Summer Sky #40C1DB

Tints of Summer Sky #40C1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 13.45%
G = 40.55%
B = 46.01%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40C1DB (or 0x40C1DB) is known color: Summer Sky. HEX triplet: 40, C1 and DB. RGB value is (64,193,219). Sum of RGB (Red+Green+Blue) = 64+193+219=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #40C1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1DB is #BF3E24. Grayscale: #9D9D9D. Windows color (decimal): -12533285 or 14401856. OLE color: 14401856.

HSL color Cylindrical-coordinate representation of color #40C1DB: hue angle of 190.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C1DB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 193 219 -
CMYK 0.71 0.12 0 0.14
HSL 190.06º 0.68% 0.55% -
HSV(B) 190.06º 0.71% 0.86% -
XYZ 33.97 44.34 73.79 -
YUV 157.39 162.76 61.39 -
System Red Green Blue C M Y K H S L
Decimal 64 193 219 0.71 0.12 0 0.14 190.06 0.68 0.55
Hex 40 C1 DB 47 C 0 E BE 44 37
Octal 100 301 333 107 14 0 16 276 104 67
Binary 1000000 11000001 11011011 1000111 1100 0 1110 10111110 1000100 110111

Color Harmonies of #40C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C1DB

Black with #40C1DB

Text Example


Text Example

White with #40C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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