Html Css Color HEX #40B0EE Summer Sky

📋 copy color: '#40B0EE'

red 64 ◦ green 176 ◦ blue 238

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

Shades of Summer Sky #40B0EE

Tints of Summer Sky #40B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 13.39%
G = 36.82%
B = 49.79%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40B0EE (or 0x40B0EE) is known color: Summer Sky. HEX triplet: 40, B0 and EE. RGB value is (64,176,238). Sum of RGB (Red+Green+Blue) = 64+176+238=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #40B0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B0EE is #BF4F11. Grayscale: #959595. Windows color (decimal): -12537618 or 15642688. OLE color: 15642688.

HSL color Cylindrical-coordinate representation of color #40B0EE: hue angle of 201.38º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40B0EE is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 176 238 -
CMYK 0.73 0.26 0 0.07
HSL 201.38º 0.84% 0.59% -
HSV(B) 201.38º 0.73% 0.93% -
XYZ 33.07 38.31 86.54 -
YUV 149.58 177.89 66.96 -
System Red Green Blue C M Y K H S L
Decimal 64 176 238 0.73 0.26 0 0.07 201.38 0.84 0.59
Hex 40 B0 EE 49 1A 0 7 C9 54 3B
Octal 100 260 356 111 32 0 7 311 124 73
Binary 1000000 10110000 11101110 1001001 11010 0 111 11001001 1010100 111011

Color Harmonies of #40B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B0EE

Black with #40B0EE

Text Example


Text Example

White with #40B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,176,238); }

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

background-color css

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

 a { background-color: rgb(64,176,238); }

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

border-color css

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

 span { border-color: rgb(64,176,238); }

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