Html Css Color HEX #AFB9E6 Perano

📋 copy color: '#AFB9E6'

red 175 ◦ green 185 ◦ blue 230

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

Shades of Perano #AFB9E6

Tints of Perano #AFB9E6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.36%

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 29.66%
G = 31.36%
B = 38.98%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB9E6 (or 0xAFB9E6) is known color: Perano. HEX triplet: AF, B9 and E6. RGB value is (175,185,230). Sum of RGB (Red+Green+Blue) = 175+185+230=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9E6 is #504619. Grayscale: #BABABA. Windows color (decimal): -5260826 or 15120815. OLE color: 15120815.

HSL color Cylindrical-coordinate representation of color #AFB9E6: hue angle of 229.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB9E6 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 185 230 -
CMYK 0.24 0.20 0 0.10
HSL 229.09º 0.52% 0.79% -
HSV(B) 229.09º 0.24% 0.9% -
XYZ 49.31 49.53 81.82 -
YUV 187.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 175 185 230 0.24 0.20 0 0.10 229.09 0.52 0.79
Hex AF B9 E6 18 14 0 A E5 34 4F
Octal 257 271 346 30 24 0 12 345 64 117
Binary 10101111 10111001 11100110 11000 10100 0 1010 11100101 110100 1001111

Color Harmonies of #AFB9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9E6

Black with #AFB9E6

Text Example


Text Example

White with #AFB9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9E6; }

 p { color: rgb(175,185,230); }

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

background-color css

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

 a { background-color: rgb(175,185,230); }

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

border-color css

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

 span { border-color: rgb(175,185,230); }

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