Html Css Color HEX #40BBE1 Summer Sky

📋 copy color: '#40BBE1'

red 64 ◦ green 187 ◦ blue 225

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

Shades of Summer Sky #40BBE1

Tints of Summer Sky #40BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 13.45%
G = 39.29%
B = 47.27%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#40BBE1 (or 0x40BBE1) is known color: Summer Sky. HEX triplet: 40, BB and E1. RGB value is (64,187,225). Sum of RGB (Red+Green+Blue) = 64+187+225=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #40BBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBE1 is #BF441E. Grayscale: #9A9A9A. Windows color (decimal): -12534815 or 14793536. OLE color: 14793536.

HSL color Cylindrical-coordinate representation of color #40BBE1: hue angle of 194.16º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40BBE1 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 187 225 -
CMYK 0.72 0.17 0 0.12
HSL 194.16º 0.73% 0.57% -
HSV(B) 194.16º 0.72% 0.88% -
XYZ 33.48 42.07 77.59 -
YUV 154.56 167.75 63.41 -
System Red Green Blue C M Y K H S L
Decimal 64 187 225 0.72 0.17 0 0.12 194.16 0.73 0.57
Hex 40 BB E1 48 11 0 C C2 49 39
Octal 100 273 341 110 21 0 14 302 111 71
Binary 1000000 10111011 11100001 1001000 10001 0 1100 11000010 1001001 111001

Color Harmonies of #40BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBE1

Black with #40BBE1

Text Example


Text Example

White with #40BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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