Html Css Color HEX #AFB3EE Perano

📋 copy color: '#AFB3EE'

red 175 ◦ green 179 ◦ blue 238

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

Shades of Perano #AFB3EE

Tints of Perano #AFB3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.24%

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

R = 29.56%
G = 30.24%
B = 40.2%

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

#AFB3EE (or 0xAFB3EE) is known color: Perano. HEX triplet: AF, B3 and EE. RGB value is (175,179,238). Sum of RGB (Red+Green+Blue) = 175+179+238=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3EE is #504C11. Grayscale: #B8B8B8. Windows color (decimal): -5262354 or 15643567. OLE color: 15643567.

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

Color convert

RGB 175 179 238 -
CMYK 0.26 0.25 0 0.07
HSL 236.19º 0.65% 0.81% -
HSV(B) 236.19º 0.26% 0.93% -
XYZ 49.23 47.53 87.47 -
YUV 184.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 175 179 238 0.26 0.25 0 0.07 236.19 0.65 0.81
Hex AF B3 EE 1A 19 0 7 EC 41 51
Octal 257 263 356 32 31 0 7 354 101 121
Binary 10101111 10110011 11101110 11010 11001 0 111 11101100 1000001 1010001

Color Harmonies of #AFB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3EE

Black with #AFB3EE

Text Example


Text Example

White with #AFB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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