#95CCFA

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

Shades of Light Sky Blue #95CCFA

Tints of Light Sky Blue #95CCFA

Color information

#95CCFA (or 0x95CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 95, CC and FA. RGB value is (149,204,250). Sum of RGB (Red+Green+Blue) = 149+204+250=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #95CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCFA is #6A3305. Grayscale: #C0C0C0. Windows color (decimal): -6959878 or 16436373. OLE color: 16436373.

HSL color Cylindrical-coordinate representation of color #95CCFA: hue angle of 207.33º 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 #95CCFA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149204250-
CMYK0.400.1800.02
HSL207.33º90.99%78.24%-
HSV(B)207.33º40.4%98.04%-
XYZ51.2456.4898.64-
YUV192.8160.2896.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.71%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=24.71%
G=33.83%
B=41.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492042500.400.1800.02207.3390.9978.24
Hex95CCFA281202cf5b4e
Octal225314372502202317133116
Binary100101011100110011111010101000100100101100111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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