#9ABCFC

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

Shades of Perano #9ABCFC

Tints of Perano #9ABCFC

Color information

#9ABCFC (or 0x9ABCFC) is unknown color: approx Perano. HEX triplet: 9A, BC and FC. RGB value is (154,188,252). Sum of RGB (Red+Green+Blue) = 154+188+252=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ABCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCFC is #654303. Grayscale: #B8B8B8. Windows color (decimal): -6636292 or 16563354. OLE color: 16563354.

HSL color Cylindrical-coordinate representation of color #9ABCFC: hue angle of 219.18º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABCFC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154188252-
CMYK0.390.2500.01
HSL219.18º94.23%79.61%-
HSV(B)219.18º38.89%98.82%-
XYZ48.8849.8699.14-
YUV185.13165.74105.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.93%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=25.93%
G=31.65%
B=42.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541882520.390.2500.01219.1894.2379.61
Hex9ABCFC271901db5e50
Octal232274374473101333136120
Binary10011010101111001111110010011111001011101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABCFC; }

 p { color: rgb(154,188,252); }

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

<style>
 a { background-color: #9ABCFC; }

 a { background-color: rgb(154,188,252); }

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

<style>
 span { border-color: #9ABCFC; }

 span { border-color: rgb(154,188,252); }

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