#95D1FE

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

Shades of Light Sky Blue #95D1FE

Tints of Light Sky Blue #95D1FE

Color information

#95D1FE (or 0x95D1FE) is unknown color: approx Light Sky Blue. HEX triplet: 95, D1 and FE. RGB value is (149,209,254). Sum of RGB (Red+Green+Blue) = 149+209+254=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #95D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D1FE is #6A2E01. Grayscale: #C3C3C3. Windows color (decimal): -6958594 or 16699797. OLE color: 16699797.

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

Color convert

RGB149209254-
CMYK0.410.1800.00
HSL205.71º98.13%79.02%-
HSV(B)205.71º41.34%99.61%-
XYZ53.0859.15102.38-
YUV196.19160.6294.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.35%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=24.35%
G=34.15%
B=41.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492092540.410.1800.00205.7198.1379.02
Hex95D1FE291200ce624f
Octal225321376512200316142117
Binary10010101110100011111111010100110010001100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,209,254); }

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

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

 a { background-color: rgb(149,209,254); }

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

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

 span { border-color: rgb(149,209,254); }

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