Html Css Color HEX #AFB4E6 Perano

📋 copy color: '#AFB4E6'

red 175 ◦ green 180 ◦ blue 230

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

Shades of Perano #AFB4E6

Tints of Perano #AFB4E6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.77%

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

R = 29.91%
G = 30.77%
B = 39.32%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB4E6 (or 0xAFB4E6) is known color: Perano. HEX triplet: AF, B4 and E6. RGB value is (175,180,230). Sum of RGB (Red+Green+Blue) = 175+180+230=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4E6 is #504B19. Grayscale: #B8B8B8. Windows color (decimal): -5262106 or 15119535. OLE color: 15119535.

HSL color Cylindrical-coordinate representation of color #AFB4E6: hue angle of 234.55º 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 #AFB4E6 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 180 230 -
CMYK 0.24 0.22 0 0.10
HSL 234.55º 0.52% 0.79% -
HSV(B) 234.55º 0.24% 0.9% -
XYZ 48.28 47.47 81.48 -
YUV 184.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 175 180 230 0.24 0.22 0 0.10 234.55 0.52 0.79
Hex AF B4 E6 18 16 0 A EB 34 4F
Octal 257 264 346 30 26 0 12 353 64 117
Binary 10101111 10110100 11100110 11000 10110 0 1010 11101011 110100 1001111

Color Harmonies of #AFB4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4E6

Black with #AFB4E6

Text Example


Text Example

White with #AFB4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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