Html Css Color HEX #AFBFEB Perano

📋 copy color: '#AFBFEB'

red 175 ◦ green 191 ◦ blue 235

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

Shades of Perano #AFBFEB

Tints of Perano #AFBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.78%

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 29.12%
G = 31.78%
B = 39.1%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFBFEB (or 0xAFBFEB) is known color: Perano. HEX triplet: AF, BF and EB. RGB value is (175,191,235). Sum of RGB (Red+Green+Blue) = 175+191+235=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFEB is #504014. Grayscale: #BFBFBF. Windows color (decimal): -5259285 or 15450031. OLE color: 15450031.

HSL color Cylindrical-coordinate representation of color #AFBFEB: hue angle of 224º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFBFEB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 191 235 -
CMYK 0.26 0.19 0 0.08
HSL 224º 0.6% 0.8% -
HSV(B) 224º 0.26% 0.92% -
XYZ 51.31 52.37 86 -
YUV 191.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 175 191 235 0.26 0.19 0 0.08 224 0.6 0.8
Hex AF BF EB 1A 13 0 8 E0 3C 50
Octal 257 277 353 32 23 0 10 340 74 120
Binary 10101111 10111111 11101011 11010 10011 0 1000 11100000 111100 1010000

Color Harmonies of #AFBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFEB

Black with #AFBFEB

Text Example


Text Example

White with #AFBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFEB; }

 p { color: rgb(175,191,235); }

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

background-color css

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

 a { background-color: rgb(175,191,235); }

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

border-color css

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

 span { border-color: rgb(175,191,235); }

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