Html Css Color HEX #ABC1FD Perano

📋 copy color: '#ABC1FD'

red 171 ◦ green 193 ◦ blue 253

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

Shades of Perano #ABC1FD

Tints of Perano #ABC1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.28%

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

R = 27.71%
G = 31.28%
B = 41%

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

#ABC1FD (or 0xABC1FD) is known color: Perano. HEX triplet: AB, C1 and FD. RGB value is (171,193,253). Sum of RGB (Red+Green+Blue) = 171+193+253=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABC1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1FD is #543E02. Grayscale: #C1C1C1. Windows color (decimal): -5520899 or 16630187. OLE color: 16630187.

HSL color Cylindrical-coordinate representation of color #ABC1FD: hue angle of 223.9º 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 #ABC1FD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 193 253 -
CMYK 0.32 0.24 0 0.01
HSL 223.9º 0.95% 0.83% -
HSV(B) 223.9º 0.32% 0.99% -
XYZ 53.59 53.89 100.51 -
YUV 193.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 171 193 253 0.32 0.24 0 0.01 223.9 0.95 0.83
Hex AB C1 FD 20 18 0 1 E0 5F 53
Octal 253 301 375 40 30 0 1 340 137 123
Binary 10101011 11000001 11111101 100000 11000 0 1 11100000 1011111 1010011

Color Harmonies of #ABC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1FD

Black with #ABC1FD

Text Example


Text Example

White with #ABC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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