Html Css Color HEX #40BBDC Summer Sky

📋 copy color: '#40BBDC'

red 64 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #40BBDC

Tints of Summer Sky #40BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.7%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 13.59%
G = 39.7%
B = 46.71%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40BBDC (or 0x40BBDC) is known color: Summer Sky. HEX triplet: 40, BB and DC. RGB value is (64,187,220). Sum of RGB (Red+Green+Blue) = 64+187+220=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #40BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBDC is #BF4423. Grayscale: #999999. Windows color (decimal): -12534820 or 14465856. OLE color: 14465856.

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

Color convert

RGB 64 187 220 -
CMYK 0.71 0.15 0 0.14
HSL 192.69º 0.69% 0.56% -
HSV(B) 192.69º 0.71% 0.86% -
XYZ 32.8 41.8 74.05 -
YUV 153.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 64 187 220 0.71 0.15 0 0.14 192.69 0.69 0.56
Hex 40 BB DC 47 F 0 E C1 45 38
Octal 100 273 334 107 17 0 16 301 105 70
Binary 1000000 10111011 11011100 1000111 1111 0 1110 11000001 1000101 111000

Color Harmonies of #40BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBDC

Black with #40BBDC

Text Example


Text Example

White with #40BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,187,220); }

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

background-color css

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

 a { background-color: rgb(64,187,220); }

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

border-color css

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

 span { border-color: rgb(64,187,220); }

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