#90ACFC

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

Shades of Perano #90ACFC

Tints of Perano #90ACFC

Color information

#90ACFC (or 0x90ACFC) is unknown color: approx Perano. HEX triplet: 90, AC and FC. RGB value is (144,172,252). Sum of RGB (Red+Green+Blue) = 144+172+252=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #90ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACFC is #6F5303. Grayscale: #ACACAC. Windows color (decimal): -7295748 or 16559248. OLE color: 16559248.

HSL color Cylindrical-coordinate representation of color #90ACFC: hue angle of 224.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90ACFC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144172252-
CMYK0.430.3200.01
HSL224.44º94.74%77.65%-
HSV(B)224.44º42.86%98.82%-
XYZ43.8242.4697.98-
YUV172.75172.72107.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=25.35%
G=30.28%
B=44.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441722520.430.3200.01224.4494.7477.65
Hex90ACFC2B2001e05f4e
Octal220254374534001340137116
Binary100100001010110011111100101011100000011110000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90ACFC; }

 p { color: rgb(144,172,252); }

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

<style>
 a { background-color: #90ACFC; }

 a { background-color: rgb(144,172,252); }

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

<style>
 span { border-color: #90ACFC; }

 span { border-color: rgb(144,172,252); }

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