#95C9FE

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

Shades of Light Sky Blue #95C9FE

Tints of Light Sky Blue #95C9FE

Color information

#95C9FE (or 0x95C9FE) is unknown color: approx Light Sky Blue. HEX triplet: 95, C9 and FE. RGB value is (149,201,254). Sum of RGB (Red+Green+Blue) = 149+201+254=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #95C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C9FE is #6A3601. Grayscale: #BFBFBF. Windows color (decimal): -6960642 or 16697749. OLE color: 16697749.

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

Color convert

RGB149201254-
CMYK0.410.2100.00
HSL210.29º98.13%79.02%-
HSV(B)210.29º41.34%99.61%-
XYZ51.1755.32101.75-
YUV191.49163.2797.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.67%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=24.67%
G=33.28%
B=42.05%

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
Decimal1492012540.410.2100.00210.2998.1379.02
Hex95C9FE291500d2624f
Octal225311376512500322142117
Binary10010101110010011111111010100110101001101001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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