#99B8FD

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

Shades of Perano #99B8FD

Tints of Perano #99B8FD

Color information

#99B8FD (or 0x99B8FD) is unknown color: approx Perano. HEX triplet: 99, B8 and FD. RGB value is (153,184,253). Sum of RGB (Red+Green+Blue) = 153+184+253=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #99B8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B8FD is #664702. Grayscale: #B6B6B6. Windows color (decimal): -6702851 or 16627865. OLE color: 16627865.

HSL color Cylindrical-coordinate representation of color #99B8FD: hue angle of 221.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B8FD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153184253-
CMYK0.400.2700.01
HSL221.4º96.15%79.61%-
HSV(B)221.4º39.53%99.22%-
XYZ48.0148.1599.69-
YUV182.6167.73106.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=25.93%
G=31.19%
B=42.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531842530.400.2700.01221.496.1579.61
Hex99B8FD281B01dd6050
Octal231270375503301335140120
Binary10011001101110001111110110100011011011101110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B8FD; }

 p { color: rgb(153,184,253); }

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

<style>
 a { background-color: #99B8FD; }

 a { background-color: rgb(153,184,253); }

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

<style>
 span { border-color: #99B8FD; }

 span { border-color: rgb(153,184,253); }

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