Html Css Color HEX #40BCEB Summer Sky

📋 copy color: '#40BCEB'

red 64 ◦ green 188 ◦ blue 235

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

Shades of Summer Sky #40BCEB

Tints of Summer Sky #40BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 13.14%
G = 38.6%
B = 48.25%

CMYK

 C value IS 0.73

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40BCEB (or 0x40BCEB) is known color: Summer Sky. HEX triplet: 40, BC and EB. RGB value is (64,188,235). Sum of RGB (Red+Green+Blue) = 64+188+235=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #40BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BCEB is #BF4314. Grayscale: #9B9B9B. Windows color (decimal): -12534549 or 15449152. OLE color: 15449152.

HSL color Cylindrical-coordinate representation of color #40BCEB: hue angle of 196.49º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BCEB is Cyan = 0.73, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 188 235 -
CMYK 0.73 0.2 0 0.08
HSL 196.49º 0.81% 0.59% -
HSV(B) 196.49º 0.73% 0.92% -
XYZ 35.09 43.05 85.06 -
YUV 156.28 172.42 62.18 -
System Red Green Blue C M Y K H S L
Decimal 64 188 235 0.73 0.2 0 0.08 196.49 0.81 0.59
Hex 40 BC EB 49 14 0 8 C4 51 3B
Octal 100 274 353 111 24 0 10 304 121 73
Binary 1000000 10111100 11101011 1001001 10100 0 1000 11000100 1010001 111011

Color Harmonies of #40BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCEB

Black with #40BCEB

Text Example


Text Example

White with #40BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,235); }

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

background-color css

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

 a { background-color: rgb(64,188,235); }

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

border-color css

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

 span { border-color: rgb(64,188,235); }

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