Html Css Color HEX #AFBCFD Perano

📋 copy color: '#AFBCFD'

red 175 ◦ green 188 ◦ blue 253

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

Shades of Perano #AFBCFD

Tints of Perano #AFBCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

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

R = 28.41%
G = 30.52%
B = 41.07%

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

#AFBCFD (or 0xAFBCFD) is known color: Perano. HEX triplet: AF, BC and FD. RGB value is (175,188,253). Sum of RGB (Red+Green+Blue) = 175+188+253=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFBCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBCFD is #504302. Grayscale: #BFBFBF. Windows color (decimal): -5260035 or 16628911. OLE color: 16628911.

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

Color convert

RGB 175 188 253 -
CMYK 0.31 0.26 0 0.01
HSL 230º 0.95% 0.84% -
HSV(B) 230º 0.31% 0.99% -
XYZ 53.39 52.17 100.18 -
YUV 191.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 175 188 253 0.31 0.26 0 0.01 230 0.95 0.84
Hex AF BC FD 1F 1A 0 1 E6 5F 54
Octal 257 274 375 37 32 0 1 346 137 124
Binary 10101111 10111100 11111101 11111 11010 0 1 11100110 1011111 1010100

Color Harmonies of #AFBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCFD

Black with #AFBCFD

Text Example


Text Example

White with #AFBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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