#40BBFF

Color #40BBFF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #40BBFF

Tints of Summer Sky #40BBFF

Color information

#40BBFF (or 0x40BBFF) is unknown color: approx Summer Sky. HEX triplet: 40, BB and FF. RGB value is (64,187,255). Sum of RGB (Red+Green+Blue) = 64+187+255=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #40BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBFF is #BF4400. Grayscale: #9D9D9D. Windows color (decimal): -12534785 or 16759616. OLE color: 16759616.

HSL color Cylindrical-coordinate representation of color #40BBFF: hue angle of 201.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BBFF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64187255-
CMYK0.750.2700
HSL201.36º100%62.55%-
HSV(B)201.36º74.9%100%-
XYZ37.9343.85101.07-
YUV157.98182.7560.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.65%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 255 (100% from 255) = 50.40%
R=12.65%
G=36.96%
B=50.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641872550.750.2700201.3610062.55
Hex40BBFF4B1B00c9643f
Octal100273377113330031114477
Binary1000000101110111111111110010111101100110010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40BBFF;
 }
 .AnyTagClassName
 {
   color: #40BBFF;
 }
</style>
background-color css

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

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

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

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

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

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