Html Css Color HEX #AFB8F0 Perano

📋 copy color: '#AFB8F0'

red 175 ◦ green 184 ◦ blue 240

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

Shades of Perano #AFB8F0

Tints of Perano #AFB8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 29.22%
G = 30.72%
B = 40.07%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB8F0 (or 0xAFB8F0) is known color: Perano. HEX triplet: AF, B8 and F0. RGB value is (175,184,240). Sum of RGB (Red+Green+Blue) = 175+184+240=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFB8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8F0 is #50470F. Grayscale: #BBBBBB. Windows color (decimal): -5261072 or 15775919. OLE color: 15775919.

HSL color Cylindrical-coordinate representation of color #AFB8F0: hue angle of 231.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB8F0 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 184 240 -
CMYK 0.27 0.23 0 0.06
HSL 231.69º 0.68% 0.81% -
HSV(B) 231.69º 0.27% 0.94% -
XYZ 50.55 49.69 89.36 -
YUV 187.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 175 184 240 0.27 0.23 0 0.06 231.69 0.68 0.81
Hex AF B8 F0 1B 17 0 6 E8 44 51
Octal 257 270 360 33 27 0 6 350 104 121
Binary 10101111 10111000 11110000 11011 10111 0 110 11101000 1000100 1010001

Color Harmonies of #AFB8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8F0

Black with #AFB8F0

Text Example


Text Example

White with #AFB8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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