#95CCFF

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

Shades of Light Sky Blue #95CCFF

Tints of Light Sky Blue #95CCFF

Color information

#95CCFF (or 0x95CCFF) is unknown color: approx Light Sky Blue. HEX triplet: 95, CC and FF. RGB value is (149,204,255). Sum of RGB (Red+Green+Blue) = 149+204+255=608 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.51% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #95CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCFF is #6A3300. Grayscale: #C1C1C1. Windows color (decimal): -6959873 or 16764053. OLE color: 16764053.

HSL color Cylindrical-coordinate representation of color #95CCFF: hue angle of 208.87º 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 #95CCFF is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149204255-
CMYK0.420.200
HSL208.87º100%79.22%-
HSV(B)208.87º41.57%100%-
XYZ52.0456.8102.83-
YUV193.37162.7896.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.51%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 255 (100% from 255) = 41.94%
R=24.51%
G=33.55%
B=41.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492042550.420.200208.8710079.22
Hex95CCFF2A1400d1644f
Octal225314377522400321144117
Binary10010101110011001111111110101010100001101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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