Html Css Color HEX #40BAD6 Summer Sky

📋 copy color: '#40BAD6'

red 64 ◦ green 186 ◦ blue 214

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

Shades of Summer Sky #40BAD6

Tints of Summer Sky #40BAD6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 13.79%
G = 40.09%
B = 46.12%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40BAD6 (or 0x40BAD6) is known color: Summer Sky. HEX triplet: 40, BA and D6. RGB value is (64,186,214). Sum of RGB (Red+Green+Blue) = 64+186+214=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #40BAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BAD6 is #BF4529. Grayscale: #989898. Windows color (decimal): -12535082 or 14072384. OLE color: 14072384.

HSL color Cylindrical-coordinate representation of color #40BAD6: hue angle of 191.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BAD6 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 186 214 -
CMYK 0.70 0.13 0 0.16
HSL 191.2º 0.65% 0.55% -
HSV(B) 191.2º 0.7% 0.84% -
XYZ 31.81 41.06 69.87 -
YUV 152.71 162.58 64.72 -
System Red Green Blue C M Y K H S L
Decimal 64 186 214 0.70 0.13 0 0.16 191.2 0.65 0.55
Hex 40 BA D6 46 D 0 10 BF 41 37
Octal 100 272 326 106 15 0 20 277 101 67
Binary 1000000 10111010 11010110 1000110 1101 0 10000 10111111 1000001 110111

Color Harmonies of #40BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAD6

Black with #40BAD6

Text Example


Text Example

White with #40BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,186,214); }

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

background-color css

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

 a { background-color: rgb(64,186,214); }

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

border-color css

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

 span { border-color: rgb(64,186,214); }

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