Html Css Color HEX #AFDDDF Powder Blue

📋 copy color: '#AFDDDF'

red 175 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #AFDDDF

Tints of Powder Blue #AFDDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 28.27%
G = 35.7%
B = 36.03%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFDDDF (or 0xAFDDDF) is known color: Powder Blue. HEX triplet: AF, DD and DF. RGB value is (175,221,223). Sum of RGB (Red+Green+Blue) = 175+221+223=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDDF is #502220. Grayscale: #CFCFCF. Windows color (decimal): -5251617 or 14671279. OLE color: 14671279.

HSL color Cylindrical-coordinate representation of color #AFDDDF: hue angle of 182.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDDDF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 223 -
CMYK 0.22 0.01 0 0.13
HSL 182.5º 0.43% 0.78% -
HSV(B) 182.5º 0.22% 0.87% -
XYZ 56.85 66.15 79.58 -
YUV 207.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 175 221 223 0.22 0.01 0 0.13 182.5 0.43 0.78
Hex AF DD DF 16 1 0 D B6 2B 4E
Octal 257 335 337 26 1 0 15 266 53 116
Binary 10101111 11011101 11011111 10110 1 0 1101 10110110 101011 1001110

Color Harmonies of #AFDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDDF

Black with #AFDDDF

Text Example


Text Example

White with #AFDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDDF; }

 p { color: rgb(175,221,223); }

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

background-color css

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

 a { background-color: rgb(175,221,223); }

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

border-color css

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

 span { border-color: rgb(175,221,223); }

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