Html Css Color HEX #40BBDA Summer Sky

📋 copy color: '#40BBDA'

red 64 ◦ green 187 ◦ blue 218

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

Shades of Summer Sky #40BBDA

Tints of Summer Sky #40BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 13.65%
G = 39.87%
B = 46.48%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40BBDA (or 0x40BBDA) is known color: Summer Sky. HEX triplet: 40, BB and DA. RGB value is (64,187,218). Sum of RGB (Red+Green+Blue) = 64+187+218=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #40BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBDA is #BF4425. Grayscale: #999999. Windows color (decimal): -12534822 or 14334784. OLE color: 14334784.

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

Color convert

RGB 64 187 218 -
CMYK 0.71 0.14 0 0.15
HSL 192.08º 0.68% 0.55% -
HSV(B) 192.08º 0.71% 0.85% -
XYZ 32.54 41.69 72.66 -
YUV 153.76 164.25 63.98 -
System Red Green Blue C M Y K H S L
Decimal 64 187 218 0.71 0.14 0 0.15 192.08 0.68 0.55
Hex 40 BB DA 47 E 0 F C0 44 37
Octal 100 273 332 107 16 0 17 300 104 67
Binary 1000000 10111011 11011010 1000111 1110 0 1111 11000000 1000100 110111

Color Harmonies of #40BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBDA

Black with #40BBDA

Text Example


Text Example

White with #40BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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