Html Css Color HEX #40BDEF Summer Sky

📋 copy color: '#40BDEF'

red 64 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #40BDEF

Tints of Summer Sky #40BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 13.01%
G = 38.41%
B = 48.58%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40BDEF (or 0x40BDEF) is known color: Summer Sky. HEX triplet: 40, BD and EF. RGB value is (64,189,239). Sum of RGB (Red+Green+Blue) = 64+189+239=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #40BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDEF is #BF4210. Grayscale: #9C9C9C. Windows color (decimal): -12534289 or 15711552. OLE color: 15711552.

HSL color Cylindrical-coordinate representation of color #40BDEF: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BDEF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 189 239 -
CMYK 0.73 0.21 0 0.06
HSL 197.14º 0.85% 0.59% -
HSV(B) 197.14º 0.73% 0.94% -
XYZ 35.89 43.72 88.21 -
YUV 157.33 174.09 61.43 -
System Red Green Blue C M Y K H S L
Decimal 64 189 239 0.73 0.21 0 0.06 197.14 0.85 0.59
Hex 40 BD EF 49 15 0 6 C5 55 3B
Octal 100 275 357 111 25 0 6 305 125 73
Binary 1000000 10111101 11101111 1001001 10101 0 110 11000101 1010101 111011

Color Harmonies of #40BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDEF

Black with #40BDEF

Text Example


Text Example

White with #40BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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