#95BDFA

Color #95BDFA Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #95BDFA

Tints of Light Sky Blue #95BDFA

Color information

#95BDFA (or 0x95BDFA) is unknown color: approx Light Sky Blue. HEX triplet: 95, BD and FA. RGB value is (149,189,250). Sum of RGB (Red+Green+Blue) = 149+189+250=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #95BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDFA is #6A4205. Grayscale: #B7B7B7. Windows color (decimal): -6963718 or 16432533. OLE color: 16432533.

HSL color Cylindrical-coordinate representation of color #95BDFA: hue angle of 216.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95BDFA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149189250-
CMYK0.400.2400.02
HSL216.24º90.99%78.24%-
HSV(B)216.24º40.4%98.04%-
XYZ47.8549.6997.51-
YUV183.99165.25103.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.34%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=25.34%
G=32.14%
B=42.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491892500.400.2400.02216.2490.9978.24
Hex95BDFA281802d85b4e
Octal225275372503002330133116
Binary100101011011110111111010101000110000101101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BDFA; }

 p { color: rgb(149,189,250); }

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

<style>
 a { background-color: #95BDFA; }

 a { background-color: rgb(149,189,250); }

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

<style>
 span { border-color: #95BDFA; }

 span { border-color: rgb(149,189,250); }

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