#95CCFE

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

Shades of Light Sky Blue #95CCFE

Tints of Light Sky Blue #95CCFE

Color information

#95CCFE (or 0x95CCFE) is unknown color: approx Light Sky Blue. HEX triplet: 95, CC and FE. RGB value is (149,204,254). Sum of RGB (Red+Green+Blue) = 149+204+254=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #95CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCFE is #6A3301. Grayscale: #C1C1C1. Windows color (decimal): -6959874 or 16698517. OLE color: 16698517.

HSL color Cylindrical-coordinate representation of color #95CCFE: hue angle of 208.57º 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 #95CCFE is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149204254-
CMYK0.410.2000.00
HSL208.57º98.13%79.02%-
HSV(B)208.57º41.34%99.61%-
XYZ51.8856.73101.98-
YUV193.25162.2896.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.55%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=24.55%
G=33.61%
B=41.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492042540.410.2000.00208.5798.1379.02
Hex95CCFE291400d1624f
Octal225314376512400321142117
Binary10010101110011001111111010100110100001101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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