#95C6F9

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

Shades of Light Sky Blue #95C6F9

Tints of Light Sky Blue #95C6F9

Color information

#95C6F9 (or 0x95C6F9) is unknown color: approx Light Sky Blue. HEX triplet: 95, C6 and F9. RGB value is (149,198,249). Sum of RGB (Red+Green+Blue) = 149+198+249=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #95C6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C6F9 is #6A3906. Grayscale: #BCBCBC. Windows color (decimal): -6961415 or 16369301. OLE color: 16369301.

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

Color convert

RGB149198249-
CMYK0.400.2000.02
HSL210.6º89.29%78.04%-
HSV(B)210.6º40.16%97.65%-
XYZ49.6953.6297.35-
YUV189.16161.7799.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=25%
G=33.22%
B=41.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491982490.400.2000.02210.689.2978.04
Hex95C6F9281402d3594e
Octal225306371502402323131116
Binary100101011100011011111001101000101000101101001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,249); }

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

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

 a { background-color: rgb(149,198,249); }

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

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

 span { border-color: rgb(149,198,249); }

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