Html Css Color HEX #AFACED Perano

📋 copy color: '#AFACED'

red 175 ◦ green 172 ◦ blue 237

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

Shades of Perano #AFACED

Tints of Perano #AFACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.45%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 29.97%
G = 29.45%
B = 40.58%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFACED (or 0xAFACED) is known color: Perano. HEX triplet: AF, AC and ED. RGB value is (175,172,237). Sum of RGB (Red+Green+Blue) = 175+172+237=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACED is #505312. Grayscale: #B4B4B4. Windows color (decimal): -5264147 or 15576239. OLE color: 15576239.

HSL color Cylindrical-coordinate representation of color #AFACED: hue angle of 242.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFACED is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 172 237 -
CMYK 0.26 0.27 0 0.07
HSL 242.77º 0.64% 0.8% -
HSV(B) 242.77º 0.27% 0.93% -
XYZ 47.72 44.73 86.24 -
YUV 180.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 175 172 237 0.26 0.27 0 0.07 242.77 0.64 0.8
Hex AF AC ED 1A 1B 0 7 F3 40 50
Octal 257 254 355 32 33 0 7 363 100 120
Binary 10101111 10101100 11101101 11010 11011 0 111 11110011 1000000 1010000

Color Harmonies of #AFACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACED

Black with #AFACED

Text Example


Text Example

White with #AFACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACED; }

 p { color: rgb(175,172,237); }

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

background-color css

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

 a { background-color: rgb(175,172,237); }

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

border-color css

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

 span { border-color: rgb(175,172,237); }

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