Html Css Color HEX #40BDDD Summer Sky

📋 copy color: '#40BDDD'

red 64 ◦ green 189 ◦ blue 221

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

Shades of Summer Sky #40BDDD

Tints of Summer Sky #40BDDD

RGB

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

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

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

R = 13.5%
G = 39.87%
B = 46.62%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40BDDD (or 0x40BDDD) is known color: Summer Sky. HEX triplet: 40, BD and DD. RGB value is (64,189,221). Sum of RGB (Red+Green+Blue) = 64+189+221=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #40BDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDDD is #BF4222. Grayscale: #9B9B9B. Windows color (decimal): -12534307 or 14531904. OLE color: 14531904.

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

Color convert

RGB 64 189 221 -
CMYK 0.71 0.14 0 0.13
HSL 192.23º 0.7% 0.56% -
HSV(B) 192.23º 0.71% 0.87% -
XYZ 33.36 42.71 74.89 -
YUV 155.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 64 189 221 0.71 0.14 0 0.13 192.23 0.7 0.56
Hex 40 BD DD 47 E 0 D C0 46 38
Octal 100 275 335 107 16 0 15 300 106 70
Binary 1000000 10111101 11011101 1000111 1110 0 1101 11000000 1000110 111000

Color Harmonies of #40BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDDD

Black with #40BDDD

Text Example


Text Example

White with #40BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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