#95C8FE

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

Shades of Light Sky Blue #95C8FE

Tints of Light Sky Blue #95C8FE

Color information

#95C8FE (or 0x95C8FE) is unknown color: approx Light Sky Blue. HEX triplet: 95, C8 and FE. RGB value is (149,200,254). Sum of RGB (Red+Green+Blue) = 149+200+254=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #95C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C8FE is #6A3701. Grayscale: #BEBEBE. Windows color (decimal): -6960898 or 16697493. OLE color: 16697493.

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

Color convert

RGB149200254-
CMYK0.410.2100.00
HSL210.86º98.13%79.02%-
HSV(B)210.86º41.34%99.61%-
XYZ50.9454.85101.67-
YUV190.91163.698.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.71%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=24.71%
G=33.17%
B=42.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492002540.410.2100.00210.8698.1379.02
Hex95C8FE291500d3624f
Octal225310376512500323142117
Binary10010101110010001111111010100110101001101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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