Html Css Color HEX #AFB8EE Perano

📋 copy color: '#AFB8EE'

red 175 ◦ green 184 ◦ blue 238

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

Shades of Perano #AFB8EE

Tints of Perano #AFB8EE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.82%

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

R = 29.31%
G = 30.82%
B = 39.87%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFB8EE (or 0xAFB8EE) is known color: Perano. HEX triplet: AF, B8 and EE. RGB value is (175,184,238). Sum of RGB (Red+Green+Blue) = 175+184+238=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8EE is #504711. Grayscale: #BBBBBB. Windows color (decimal): -5261074 or 15644847. OLE color: 15644847.

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

Color convert

RGB 175 184 238 -
CMYK 0.26 0.23 0 0.07
HSL 231.43º 0.65% 0.81% -
HSV(B) 231.43º 0.26% 0.93% -
XYZ 50.25 49.57 87.81 -
YUV 187.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 175 184 238 0.26 0.23 0 0.07 231.43 0.65 0.81
Hex AF B8 EE 1A 17 0 7 E7 41 51
Octal 257 270 356 32 27 0 7 347 101 121
Binary 10101111 10111000 11101110 11010 10111 0 111 11100111 1000001 1010001

Color Harmonies of #AFB8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8EE

Black with #AFB8EE

Text Example


Text Example

White with #AFB8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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