Html Css Color HEX #AFBAFD Perano

📋 copy color: '#AFBAFD'

red 175 ◦ green 186 ◦ blue 253

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

Shades of Perano #AFBAFD

Tints of Perano #AFBAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.29%

 BLUE value IS 253 (99.22% from 255) = 41.21%

R = 28.5%
G = 30.29%
B = 41.21%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFBAFD (or 0xAFBAFD) is known color: Perano. HEX triplet: AF, BA and FD. RGB value is (175,186,253). Sum of RGB (Red+Green+Blue) = 175+186+253=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAFD is #504502. Grayscale: #BEBEBE. Windows color (decimal): -5260547 or 16628399. OLE color: 16628399.

HSL color Cylindrical-coordinate representation of color #AFBAFD: hue angle of 231.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBAFD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 186 253 -
CMYK 0.31 0.26 0 0.01
HSL 231.54º 0.95% 0.84% -
HSV(B) 231.54º 0.31% 0.99% -
XYZ 52.97 51.32 100.04 -
YUV 190.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 175 186 253 0.31 0.26 0 0.01 231.54 0.95 0.84
Hex AF BA FD 1F 1A 0 1 E8 5F 54
Octal 257 272 375 37 32 0 1 350 137 124
Binary 10101111 10111010 11111101 11111 11010 0 1 11101000 1011111 1010100

Color Harmonies of #AFBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAFD

Black with #AFBAFD

Text Example


Text Example

White with #AFBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAFD; }

 p { color: rgb(175,186,253); }

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

background-color css

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

 a { background-color: rgb(175,186,253); }

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

border-color css

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

 span { border-color: rgb(175,186,253); }

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