Html Css Color HEX #40B1EE Summer Sky

📋 copy color: '#40B1EE'

red 64 ◦ green 177 ◦ blue 238

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

Shades of Summer Sky #40B1EE

Tints of Summer Sky #40B1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 13.36%
G = 36.95%
B = 49.69%

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

#40B1EE (or 0x40B1EE) is known color: Summer Sky. HEX triplet: 40, B1 and EE. RGB value is (64,177,238). Sum of RGB (Red+Green+Blue) = 64+177+238=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #40B1EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B1EE is #BF4E11. Grayscale: #959595. Windows color (decimal): -12537362 or 15642944. OLE color: 15642944.

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

Color convert

RGB 64 177 238 -
CMYK 0.73 0.26 0 0.07
HSL 201.03º 0.84% 0.59% -
HSV(B) 201.03º 0.73% 0.93% -
XYZ 33.27 38.71 86.61 -
YUV 150.17 177.56 66.54 -
System Red Green Blue C M Y K H S L
Decimal 64 177 238 0.73 0.26 0 0.07 201.03 0.84 0.59
Hex 40 B1 EE 49 1A 0 7 C9 54 3B
Octal 100 261 356 111 32 0 7 311 124 73
Binary 1000000 10110001 11101110 1001001 11010 0 111 11001001 1010100 111011

Color Harmonies of #40B1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B1EE

Black with #40B1EE

Text Example


Text Example

White with #40B1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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