Html Css Color HEX #AFB2EE Perano

📋 copy color: '#AFB2EE'

red 175 ◦ green 178 ◦ blue 238

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

Shades of Perano #AFB2EE

Tints of Perano #AFB2EE

RGB

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

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

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

R = 29.61%
G = 30.12%
B = 40.27%

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

#AFB2EE (or 0xAFB2EE) is known color: Perano. HEX triplet: AF, B2 and EE. RGB value is (175,178,238). Sum of RGB (Red+Green+Blue) = 175+178+238=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2EE is #504D11. Grayscale: #B7B7B7. Windows color (decimal): -5262610 or 15643311. OLE color: 15643311.

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

Color convert

RGB 175 178 238 -
CMYK 0.26 0.25 0 0.07
HSL 237.14º 0.65% 0.81% -
HSV(B) 237.14º 0.26% 0.93% -
XYZ 49.03 47.13 87.4 -
YUV 183.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 175 178 238 0.26 0.25 0 0.07 237.14 0.65 0.81
Hex AF B2 EE 1A 19 0 7 ED 41 51
Octal 257 262 356 32 31 0 7 355 101 121
Binary 10101111 10110010 11101110 11010 11001 0 111 11101101 1000001 1010001

Color Harmonies of #AFB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2EE

Black with #AFB2EE

Text Example


Text Example

White with #AFB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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