#40BDFF

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

Shades of Summer Sky #40BDFF

Tints of Summer Sky #40BDFF

Color information

#40BDFF (or 0x40BDFF) is unknown color: approx Summer Sky. HEX triplet: 40, BD and FF. RGB value is (64,189,255). Sum of RGB (Red+Green+Blue) = 64+189+255=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #40BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDFF is #BF4200. Grayscale: #9E9E9E. Windows color (decimal): -12534273 or 16760128. OLE color: 16760128.

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

Color convert

RGB64189255-
CMYK0.750.2600
HSL200.73º100%62.55%-
HSV(B)200.73º74.9%100%-
XYZ38.3644.71101.21-
YUV159.15182.0960.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.60%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 255 (100% from 255) = 50.20%
R=12.60%
G=37.20%
B=50.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641892550.750.2600200.7310062.55
Hex40BDFF4B1A00c9643f
Octal100275377113320031114477
Binary1000000101111011111111110010111101000110010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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