Html Css Color HEX #40BBEF Summer Sky

📋 copy color: '#40BBEF'

red 64 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #40BBEF

Tints of Summer Sky #40BBEF

RGB

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

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

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

R = 13.06%
G = 38.16%
B = 48.78%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40BBEF (or 0x40BBEF) is known color: Summer Sky. HEX triplet: 40, BB and EF. RGB value is (64,187,239). Sum of RGB (Red+Green+Blue) = 64+187+239=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #40BBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBEF is #BF4410. Grayscale: #9B9B9B. Windows color (decimal): -12534801 or 15711040. OLE color: 15711040.

HSL color Cylindrical-coordinate representation of color #40BBEF: hue angle of 197.83º 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 #40BBEF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 187 239 -
CMYK 0.73 0.22 0 0.06
HSL 197.83º 0.85% 0.59% -
HSV(B) 197.83º 0.73% 0.94% -
XYZ 35.46 42.86 88.07 -
YUV 156.15 174.75 62.27 -
System Red Green Blue C M Y K H S L
Decimal 64 187 239 0.73 0.22 0 0.06 197.83 0.85 0.59
Hex 40 BB EF 49 16 0 6 C6 55 3B
Octal 100 273 357 111 26 0 6 306 125 73
Binary 1000000 10111011 11101111 1001001 10110 0 110 11000110 1010101 111011

Color Harmonies of #40BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBEF

Black with #40BBEF

Text Example


Text Example

White with #40BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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