Html Css Color HEX #ABC1F3 Perano

📋 copy color: '#ABC1F3'

red 171 ◦ green 193 ◦ blue 243

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

Shades of Perano #ABC1F3

Tints of Perano #ABC1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.03%

R = 28.17%
G = 31.8%
B = 40.03%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABC1F3 (or 0xABC1F3) is known color: Perano. HEX triplet: AB, C1 and F3. RGB value is (171,193,243). Sum of RGB (Red+Green+Blue) = 171+193+243=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1F3 is #543E0C. Grayscale: #BFBFBF. Windows color (decimal): -5520909 or 15974827. OLE color: 15974827.

HSL color Cylindrical-coordinate representation of color #ABC1F3: hue angle of 221.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC1F3 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 193 243 -
CMYK 0.30 0.21 0 0.05
HSL 221.67º 0.75% 0.81% -
HSV(B) 221.67º 0.3% 0.95% -
XYZ 52.04 53.27 92.33 -
YUV 192.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 171 193 243 0.30 0.21 0 0.05 221.67 0.75 0.81
Hex AB C1 F3 1E 15 0 5 DE 4B 51
Octal 253 301 363 36 25 0 5 336 113 121
Binary 10101011 11000001 11110011 11110 10101 0 101 11011110 1001011 1010001

Color Harmonies of #ABC1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1F3

Black with #ABC1F3

Text Example


Text Example

White with #ABC1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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