Html Css Color HEX #AFB5EE Perano

📋 copy color: '#AFB5EE'

red 175 ◦ green 181 ◦ blue 238

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

Shades of Perano #AFB5EE

Tints of Perano #AFB5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.47%

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 29.46%
G = 30.47%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFB5EE (or 0xAFB5EE) is known color: Perano. HEX triplet: AF, B5 and EE. RGB value is (175,181,238). Sum of RGB (Red+Green+Blue) = 175+181+238=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5EE is #504A11. Grayscale: #B9B9B9. Windows color (decimal): -5261842 or 15644079. OLE color: 15644079.

HSL color Cylindrical-coordinate representation of color #AFB5EE: hue angle of 234.29º degrees, saturation: 0.65, 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 #AFB5EE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 181 238 -
CMYK 0.26 0.24 0 0.07
HSL 234.29º 0.65% 0.81% -
HSV(B) 234.29º 0.26% 0.93% -
XYZ 49.64 48.33 87.6 -
YUV 185.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 175 181 238 0.26 0.24 0 0.07 234.29 0.65 0.81
Hex AF B5 EE 1A 18 0 7 EA 41 51
Octal 257 265 356 32 30 0 7 352 101 121
Binary 10101111 10110101 11101110 11010 11000 0 111 11101010 1000001 1010001

Color Harmonies of #AFB5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5EE

Black with #AFB5EE

Text Example


Text Example

White with #AFB5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5EE; }

 p { color: rgb(175,181,238); }

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

background-color css

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

 a { background-color: rgb(175,181,238); }

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

border-color css

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

 span { border-color: rgb(175,181,238); }

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