Html Css Color HEX #40B2E9 Summer Sky

📋 copy color: '#40B2E9'

red 64 ◦ green 178 ◦ blue 233

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

Shades of Summer Sky #40B2E9

Tints of Summer Sky #40B2E9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.47%

 BLUE value IS 233 (91.41% from 255) = 49.05%

R = 13.47%
G = 37.47%
B = 49.05%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#40B2E9 (or 0x40B2E9) is known color: Summer Sky. HEX triplet: 40, B2 and E9. RGB value is (64,178,233). Sum of RGB (Red+Green+Blue) = 64+178+233=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #40B2E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B2E9 is #BF4D16. Grayscale: #959595. Windows color (decimal): -12537111 or 15315520. OLE color: 15315520.

HSL color Cylindrical-coordinate representation of color #40B2E9: hue angle of 199.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40B2E9 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 178 233 -
CMYK 0.73 0.24 0 0.09
HSL 199.53º 0.79% 0.58% -
HSV(B) 199.53º 0.73% 0.91% -
XYZ 32.74 38.81 82.86 -
YUV 150.18 174.73 66.53 -
System Red Green Blue C M Y K H S L
Decimal 64 178 233 0.73 0.24 0 0.09 199.53 0.79 0.58
Hex 40 B2 E9 49 18 0 9 C8 4F 3A
Octal 100 262 351 111 30 0 11 310 117 72
Binary 1000000 10110010 11101001 1001001 11000 0 1001 11001000 1001111 111010

Color Harmonies of #40B2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B2E9

Black with #40B2E9

Text Example


Text Example

White with #40B2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,178,233); }

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

background-color css

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

 a { background-color: rgb(64,178,233); }

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

border-color css

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

 span { border-color: rgb(64,178,233); }

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