Html Css Color HEX #ABAFEE Perano

📋 copy color: '#ABAFEE'

red 171 ◦ green 175 ◦ blue 238

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

Shades of Perano #ABAFEE

Tints of Perano #ABAFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.97%

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 29.28%
G = 29.97%
B = 40.75%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABAFEE (or 0xABAFEE) is known color: Perano. HEX triplet: AB, AF and EE. RGB value is (171,175,238). Sum of RGB (Red+Green+Blue) = 171+175+238=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEE is #545011. Grayscale: #B4B4B4. Windows color (decimal): -5525522 or 15642539. OLE color: 15642539.

HSL color Cylindrical-coordinate representation of color #ABAFEE: hue angle of 236.42º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAFEE is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 175 238 -
CMYK 0.28 0.26 0 0.07
HSL 236.42º 0.66% 0.8% -
HSV(B) 236.42º 0.28% 0.93% -
XYZ 47.56 45.49 87.16 -
YUV 180.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 171 175 238 0.28 0.26 0 0.07 236.42 0.66 0.8
Hex AB AF EE 1C 1A 0 7 EC 42 50
Octal 253 257 356 34 32 0 7 354 102 120
Binary 10101011 10101111 11101110 11100 11010 0 111 11101100 1000010 1010000

Color Harmonies of #ABAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFEE

Black with #ABAFEE

Text Example


Text Example

White with #ABAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFEE; }

 p { color: rgb(171,175,238); }

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

background-color css

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

 a { background-color: rgb(171,175,238); }

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

border-color css

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

 span { border-color: rgb(171,175,238); }

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