#95CAFB

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

Shades of Light Sky Blue #95CAFB

Tints of Light Sky Blue #95CAFB

Color information

#95CAFB (or 0x95CAFB) is unknown color: approx Light Sky Blue. HEX triplet: 95, CA and FB. RGB value is (149,202,251). Sum of RGB (Red+Green+Blue) = 149+202+251=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #95CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CAFB is #6A3504. Grayscale: #BFBFBF. Windows color (decimal): -6960389 or 16501397. OLE color: 16501397.

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

Color convert

RGB149202251-
CMYK0.410.2000.02
HSL208.82º92.73%78.43%-
HSV(B)208.82º40.64%98.43%-
XYZ50.9355.699.31-
YUV191.74161.4497.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=24.75%
G=33.55%
B=41.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492022510.410.2000.02208.8292.7378.43
Hex95CAFB291402d15d4e
Octal225312373512402321135116
Binary100101011100101011111011101001101000101101000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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