#95BEFB

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

Shades of Light Sky Blue #95BEFB

Tints of Light Sky Blue #95BEFB

Color information

#95BEFB (or 0x95BEFB) is unknown color: approx Light Sky Blue. HEX triplet: 95, BE and FB. RGB value is (149,190,251). Sum of RGB (Red+Green+Blue) = 149+190+251=590 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.25% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #95BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BEFB is #6A4104. Grayscale: #B8B8B8. Windows color (decimal): -6963461 or 16498325. OLE color: 16498325.

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

Color convert

RGB149190251-
CMYK0.410.2400.02
HSL215.88º92.73%78.43%-
HSV(B)215.88º40.64%98.43%-
XYZ48.2250.1898.41-
YUV184.7165.42102.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.25%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=25.25%
G=32.20%
B=42.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491902510.410.2400.02215.8892.7378.43
Hex95BEFB291802d85d4e
Octal225276373513002330135116
Binary100101011011111011111011101001110000101101100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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