#95D0FB

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

Shades of Light Sky Blue #95D0FB

Tints of Light Sky Blue #95D0FB

Color information

#95D0FB (or 0x95D0FB) is unknown color: approx Light Sky Blue. HEX triplet: 95, D0 and FB. RGB value is (149,208,251). Sum of RGB (Red+Green+Blue) = 149+208+251=608 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.51% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #95D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D0FB is #6A2F04. Grayscale: #C3C3C3. Windows color (decimal): -6958853 or 16502933. OLE color: 16502933.

HSL color Cylindrical-coordinate representation of color #95D0FB: hue angle of 205.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D0FB is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149208251-
CMYK0.410.1700.02
HSL205.29º92.73%78.43%-
HSV(B)205.29º40.64%98.43%-
XYZ52.3658.4799.79-
YUV195.26159.4595-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.51%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=24.51%
G=34.21%
B=41.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492082510.410.1700.02205.2992.7378.43
Hex95D0FB291102cd5d4e
Octal225320373512102315135116
Binary100101011101000011111011101001100010101100110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,251); }

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

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

 a { background-color: rgb(149,208,251); }

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

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

 span { border-color: rgb(149,208,251); }

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