Html Css Color HEX #AFB0EA Perano

📋 copy color: '#AFB0EA'

red 175 ◦ green 176 ◦ blue 234

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

Shades of Perano #AFB0EA

Tints of Perano #AFB0EA

RGB

 RED value IS 175 (68.75% from 255) = 29.91%

 GREEN value IS 176 (69.14% from 255) = 30.09%

 BLUE value IS 234 (91.8% from 255) = 40%

R = 29.91%
G = 30.09%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFB0EA (or 0xAFB0EA) is known color: Perano. HEX triplet: AF, B0 and EA. RGB value is (175,176,234). Sum of RGB (Red+Green+Blue) = 175+176+234=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0EA is #504F15. Grayscale: #B6B6B6. Windows color (decimal): -5263126 or 15380655. OLE color: 15380655.

HSL color Cylindrical-coordinate representation of color #AFB0EA: hue angle of 238.98º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB0EA is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 176 234 -
CMYK 0.25 0.25 0 0.08
HSL 238.98º 0.58% 0.8% -
HSV(B) 238.98º 0.25% 0.92% -
XYZ 48.06 46.11 84.21 -
YUV 182.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 175 176 234 0.25 0.25 0 0.08 238.98 0.58 0.8
Hex AF B0 EA 19 19 0 8 EF 3A 50
Octal 257 260 352 31 31 0 10 357 72 120
Binary 10101111 10110000 11101010 11001 11001 0 1000 11101111 111010 1010000

Color Harmonies of #AFB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0EA

Black with #AFB0EA

Text Example


Text Example

White with #AFB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0EA; }

 p { color: rgb(175,176,234); }

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

background-color css

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

 a { background-color: rgb(175,176,234); }

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

border-color css

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

 span { border-color: rgb(175,176,234); }

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