Html Css Color HEX #40BDDA Summer Sky

📋 copy color: '#40BDDA'

red 64 ◦ green 189 ◦ blue 218

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

Shades of Summer Sky #40BDDA

Tints of Summer Sky #40BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

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

R = 13.59%
G = 40.13%
B = 46.28%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40BDDA (or 0x40BDDA) is known color: Summer Sky. HEX triplet: 40, BD and DA. RGB value is (64,189,218). Sum of RGB (Red+Green+Blue) = 64+189+218=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #40BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDDA is #BF4225. Grayscale: #9A9A9A. Windows color (decimal): -12534310 or 14335296. OLE color: 14335296.

HSL color Cylindrical-coordinate representation of color #40BDDA: hue angle of 191.3º 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 #40BDDA is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 189 218 -
CMYK 0.71 0.13 0 0.15
HSL 191.3º 0.68% 0.55% -
HSV(B) 191.3º 0.71% 0.85% -
XYZ 32.97 42.55 72.8 -
YUV 154.93 163.59 63.14 -
System Red Green Blue C M Y K H S L
Decimal 64 189 218 0.71 0.13 0 0.15 191.3 0.68 0.55
Hex 40 BD DA 47 D 0 F BF 44 37
Octal 100 275 332 107 15 0 17 277 104 67
Binary 1000000 10111101 11011010 1000111 1101 0 1111 10111111 1000100 110111

Color Harmonies of #40BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDDA

Black with #40BDDA

Text Example


Text Example

White with #40BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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