#95BFFD

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

Shades of Light Sky Blue #95BFFD

Tints of Light Sky Blue #95BFFD

Color information

#95BFFD (or 0x95BFFD) is unknown color: approx Light Sky Blue. HEX triplet: 95, BF and FD. RGB value is (149,191,253). Sum of RGB (Red+Green+Blue) = 149+191+253=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #95BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFFD is #6A4002. Grayscale: #B9B9B9. Windows color (decimal): -6963203 or 16629653. OLE color: 16629653.

HSL color Cylindrical-coordinate representation of color #95BFFD: hue angle of 215.77º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95BFFD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149191253-
CMYK0.410.2500.01
HSL215.77º96.3%78.82%-
HSV(B)215.77º41.11%99.22%-
XYZ48.7550.74100.15-
YUV185.51166.09101.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.13%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=25.13%
G=32.21%
B=42.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491912530.410.2500.01215.7796.378.82
Hex95BFFD291901d8604f
Octal225277375513101330140117
Binary10010101101111111111110110100111001011101100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,253); }

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

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

 a { background-color: rgb(149,191,253); }

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

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

 span { border-color: rgb(149,191,253); }

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