Html Css Color HEX #ABC0FD Perano

📋 copy color: '#ABC0FD'

red 171 ◦ green 192 ◦ blue 253

#ABC0FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ABC0FD

Tints of Perano #ABC0FD

RGB

 RED value IS 171 (67.19% from 255) = 27.76%

 GREEN value IS 192 (75.39% from 255) = 31.17%

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 27.76%
G = 31.17%
B = 41.07%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABC0FD (or 0xABC0FD) is known color: Perano. HEX triplet: AB, C0 and FD. RGB value is (171,192,253). Sum of RGB (Red+Green+Blue) = 171+192+253=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FD is #543F02. Grayscale: #C0C0C0. Windows color (decimal): -5521155 or 16629931. OLE color: 16629931.

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

Color convert

RGB 171 192 253 -
CMYK 0.32 0.24 0 0.01
HSL 224.63º 0.95% 0.83% -
HSV(B) 224.63º 0.32% 0.99% -
XYZ 53.37 53.45 100.43 -
YUV 192.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 171 192 253 0.32 0.24 0 0.01 224.63 0.95 0.83
Hex AB C0 FD 20 18 0 1 E1 5F 53
Octal 253 300 375 40 30 0 1 341 137 123
Binary 10101011 11000000 11111101 100000 11000 0 1 11100001 1011111 1010011

Color Harmonies of #ABC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0FD

Black with #ABC0FD

Text Example


Text Example

White with #ABC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0FD; }

 p { color: rgb(171,192,253); }

 H1.HeaderClassName
 {
   color: #ABC0FD;
 }
 .AnyTagClassName
 {
   color: #ABC0FD;
 }
</style>

background-color css

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

 a { background-color: rgb(171,192,253); }

 div.DivClassName
 {
   background-color: #ABC0FD;
 }
 .BgClassName
 {
   background-color: #ABC0FD;
 }
</style>

border-color css

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

 span { border-color: rgb(171,192,253); }

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