#95BEFF

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

Shades of Light Sky Blue #95BEFF

Tints of Light Sky Blue #95BEFF

Color information

#95BEFF (or 0x95BEFF) is unknown color: approx Light Sky Blue. HEX triplet: 95, BE and FF. RGB value is (149,190,255). Sum of RGB (Red+Green+Blue) = 149+190+255=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #95BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BEFF is #6A4100. Grayscale: #B8B8B8. Windows color (decimal): -6963457 or 16760469. OLE color: 16760469.

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

Color convert

RGB149190255-
CMYK0.420.2500
HSL216.79º100%79.22%-
HSV(B)216.79º41.57%100%-
XYZ48.8650.44101.77-
YUV185.15167.42102.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.08%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 255 (100% from 255) = 42.93%
R=25.08%
G=31.99%
B=42.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491902550.420.2500216.7910079.22
Hex95BEFF2A1900d9644f
Octal225276377523100331144117
Binary10010101101111101111111110101011001001101100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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