#94B5FD

Color #94B5FD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #94B5FD

Tints of Perano #94B5FD

Color information

#94B5FD (or 0x94B5FD) is unknown color: approx Perano. HEX triplet: 94, B5 and FD. RGB value is (148,181,253). Sum of RGB (Red+Green+Blue) = 148+181+253=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #94B5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B5FD is #6B4A02. Grayscale: #B3B3B3. Windows color (decimal): -7031299 or 16627092. OLE color: 16627092.

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

Color convert

RGB148181253-
CMYK0.420.2800.01
HSL221.14º96.33%78.63%-
HSV(B)221.14º41.5%99.22%-
XYZ46.4746.4499.44-
YUV179.34169.57105.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.43%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=25.43%
G=31.10%
B=43.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481812530.420.2800.01221.1496.3378.63
Hex94B5FD2A1C01dd604f
Octal224265375523401335140117
Binary10010100101101011111110110101011100011101110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B5FD; }

 p { color: rgb(148,181,253); }

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

<style>
 a { background-color: #94B5FD; }

 a { background-color: rgb(148,181,253); }

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

<style>
 span { border-color: #94B5FD; }

 span { border-color: rgb(148,181,253); }

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