Html Css Color HEX #ABBFED Perano

📋 copy color: '#ABBFED'

red 171 ◦ green 191 ◦ blue 237

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

Shades of Perano #ABBFED

Tints of Perano #ABBFED

RGB

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

 GREEN value IS 191 (75% from 255) = 31.89%

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 28.55%
G = 31.89%
B = 39.57%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABBFED (or 0xABBFED) is known color: Perano. HEX triplet: AB, BF and ED. RGB value is (171,191,237). Sum of RGB (Red+Green+Blue) = 171+191+237=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFED is #544012. Grayscale: #BEBEBE. Windows color (decimal): -5521427 or 15581099. OLE color: 15581099.

HSL color Cylindrical-coordinate representation of color #ABBFED: hue angle of 221.82º degrees, saturation: 0.65, 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 #ABBFED is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 191 237 -
CMYK 0.28 0.19 0 0.07
HSL 221.82º 0.65% 0.8% -
HSV(B) 221.82º 0.28% 0.93% -
XYZ 50.71 52.03 87.49 -
YUV 190.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 171 191 237 0.28 0.19 0 0.07 221.82 0.65 0.8
Hex AB BF ED 1C 13 0 7 DE 41 50
Octal 253 277 355 34 23 0 7 336 101 120
Binary 10101011 10111111 11101101 11100 10011 0 111 11011110 1000001 1010000

Color Harmonies of #ABBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFED

Black with #ABBFED

Text Example


Text Example

White with #ABBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFED; }

 p { color: rgb(171,191,237); }

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

background-color css

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

 a { background-color: rgb(171,191,237); }

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

border-color css

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

 span { border-color: rgb(171,191,237); }

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