Html Css Color HEX #AFBEFD Perano

📋 copy color: '#AFBEFD'

red 175 ◦ green 190 ◦ blue 253

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

Shades of Perano #AFBEFD

Tints of Perano #AFBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.74%

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

R = 28.32%
G = 30.74%
B = 40.94%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFBEFD (or 0xAFBEFD) is known color: Perano. HEX triplet: AF, BE and FD. RGB value is (175,190,253). Sum of RGB (Red+Green+Blue) = 175+190+253=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEFD is #504102. Grayscale: #C0C0C0. Windows color (decimal): -5259523 or 16629423. OLE color: 16629423.

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

Color convert

RGB 175 190 253 -
CMYK 0.31 0.25 0 0.01
HSL 228.46º 0.95% 0.84% -
HSV(B) 228.46º 0.31% 0.99% -
XYZ 53.82 53.03 100.33 -
YUV 192.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 175 190 253 0.31 0.25 0 0.01 228.46 0.95 0.84
Hex AF BE FD 1F 19 0 1 E4 5F 54
Octal 257 276 375 37 31 0 1 344 137 124
Binary 10101111 10111110 11111101 11111 11001 0 1 11100100 1011111 1010100

Color Harmonies of #AFBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEFD

Black with #AFBEFD

Text Example


Text Example

White with #AFBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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