Html Css Color HEX #AFB2ED Perano

📋 copy color: '#AFB2ED'

red 175 ◦ green 178 ◦ blue 237

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

Shades of Perano #AFB2ED

Tints of Perano #AFB2ED

RGB

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

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

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

R = 29.66%
G = 30.17%
B = 40.17%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFB2ED (or 0xAFB2ED) is known color: Perano. HEX triplet: AF, B2 and ED. RGB value is (175,178,237). Sum of RGB (Red+Green+Blue) = 175+178+237=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2ED is #504D12. Grayscale: #B7B7B7. Windows color (decimal): -5262611 or 15577775. OLE color: 15577775.

HSL color Cylindrical-coordinate representation of color #AFB2ED: hue angle of 237.1º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB2ED is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 178 237 -
CMYK 0.26 0.25 0 0.07
HSL 237.1º 0.63% 0.81% -
HSV(B) 237.1º 0.26% 0.93% -
XYZ 48.89 47.07 86.63 -
YUV 183.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 175 178 237 0.26 0.25 0 0.07 237.1 0.63 0.81
Hex AF B2 ED 1A 19 0 7 ED 3F 51
Octal 257 262 355 32 31 0 7 355 77 121
Binary 10101111 10110010 11101101 11010 11001 0 111 11101101 111111 1010001

Color Harmonies of #AFB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2ED

Black with #AFB2ED

Text Example


Text Example

White with #AFB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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