Html Css Color HEX #AFB2E6 Perano

📋 copy color: '#AFB2E6'

red 175 ◦ green 178 ◦ blue 230

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

Shades of Perano #AFB2E6

Tints of Perano #AFB2E6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

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

R = 30.02%
G = 30.53%
B = 39.45%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB2E6 (or 0xAFB2E6) is known color: Perano. HEX triplet: AF, B2 and E6. RGB value is (175,178,230). Sum of RGB (Red+Green+Blue) = 175+178+230=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB2E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2E6 is #504D19. Grayscale: #B6B6B6. Windows color (decimal): -5262618 or 15119023. OLE color: 15119023.

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

Color convert

RGB 175 178 230 -
CMYK 0.24 0.23 0 0.10
HSL 236.73º 0.52% 0.79% -
HSV(B) 236.73º 0.24% 0.9% -
XYZ 47.88 46.67 81.35 -
YUV 183.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 175 178 230 0.24 0.23 0 0.10 236.73 0.52 0.79
Hex AF B2 E6 18 17 0 A ED 34 4F
Octal 257 262 346 30 27 0 12 355 64 117
Binary 10101111 10110010 11100110 11000 10111 0 1010 11101101 110100 1001111

Color Harmonies of #AFB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2E6

Black with #AFB2E6

Text Example


Text Example

White with #AFB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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