#95BCFF

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

Shades of Light Sky Blue #95BCFF

Tints of Light Sky Blue #95BCFF

Color information

#95BCFF (or 0x95BCFF) is unknown color: approx Light Sky Blue. HEX triplet: 95, BC and FF. RGB value is (149,188,255). Sum of RGB (Red+Green+Blue) = 149+188+255=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #95BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BCFF is #6A4300. Grayscale: #B7B7B7. Windows color (decimal): -6963969 or 16759957. OLE color: 16759957.

HSL color Cylindrical-coordinate representation of color #95BCFF: hue angle of 217.92º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95BCFF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149188255-
CMYK0.420.2600
HSL217.92º100%79.22%-
HSV(B)217.92º41.57%100%-
XYZ48.4349.58101.62-
YUV183.98168.08103.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.17%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 255 (100% from 255) = 43.07%
R=25.17%
G=31.76%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491882550.420.2600217.9210079.22
Hex95BCFF2A1A00da644f
Octal225274377523200332144117
Binary10010101101111001111111110101011010001101101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,255); }

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

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

 a { background-color: rgb(149,188,255); }

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

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

 span { border-color: rgb(149,188,255); }

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