Html Css Color HEX #AFDFE1 Powder Blue

📋 copy color: '#AFDFE1'

red 175 ◦ green 223 ◦ blue 225

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

Shades of Powder Blue #AFDFE1

Tints of Powder Blue #AFDFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 28.09%
G = 35.79%
B = 36.12%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFDFE1 (or 0xAFDFE1) is known color: Powder Blue. HEX triplet: AF, DF and E1. RGB value is (175,223,225). Sum of RGB (Red+Green+Blue) = 175+223+225=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFDFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE1 is #50201E. Grayscale: #D0D0D0. Windows color (decimal): -5251103 or 14802863. OLE color: 14802863.

HSL color Cylindrical-coordinate representation of color #AFDFE1: hue angle of 182.4º degrees, saturation: 0.45, 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 #AFDFE1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 223 225 -
CMYK 0.22 0.01 0 0.12
HSL 182.4º 0.45% 0.78% -
HSV(B) 182.4º 0.22% 0.88% -
XYZ 57.66 67.33 81.19 -
YUV 208.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 175 223 225 0.22 0.01 0 0.12 182.4 0.45 0.78
Hex AF DF E1 16 1 0 C B6 2D 4E
Octal 257 337 341 26 1 0 14 266 55 116
Binary 10101111 11011111 11100001 10110 1 0 1100 10110110 101101 1001110

Color Harmonies of #AFDFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFE1

Black with #AFDFE1

Text Example


Text Example

White with #AFDFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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