Html Css Color HEX #AFDFE0 Powder Blue

📋 copy color: '#AFDFE0'

red 175 ◦ green 223 ◦ blue 224

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

Shades of Powder Blue #AFDFE0

Tints of Powder Blue #AFDFE0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 28.14%
G = 35.85%
B = 36.01%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFDFE0 (or 0xAFDFE0) is known color: Powder Blue. HEX triplet: AF, DF and E0. RGB value is (175,223,224). Sum of RGB (Red+Green+Blue) = 175+223+224=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE0 is #50201F. Grayscale: #D0D0D0. Windows color (decimal): -5251104 or 14737327. OLE color: 14737327.

HSL color Cylindrical-coordinate representation of color #AFDFE0: hue angle of 181.22º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFE0 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 223 224 -
CMYK 0.22 0.00 0 0.12
HSL 181.22º 0.44% 0.78% -
HSV(B) 181.22º 0.22% 0.88% -
XYZ 57.52 67.27 80.47 -
YUV 208.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 175 223 224 0.22 0.00 0 0.12 181.22 0.44 0.78
Hex AF DF E0 16 0 0 C B5 2C 4E
Octal 257 337 340 26 0 0 14 265 54 116
Binary 10101111 11011111 11100000 10110 0 0 1100 10110101 101100 1001110

Color Harmonies of #AFDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFE0

Black with #AFDFE0

Text Example


Text Example

White with #AFDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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