Html Css Color HEX #AFDEE6 Powder Blue

📋 copy color: '#AFDEE6'

red 175 ◦ green 222 ◦ blue 230

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

Shades of Powder Blue #AFDEE6

Tints of Powder Blue #AFDEE6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.41%

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 27.91%
G = 35.41%
B = 36.68%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFDEE6 (or 0xAFDEE6) is known color: Powder Blue. HEX triplet: AF, DE and E6. RGB value is (175,222,230). Sum of RGB (Red+Green+Blue) = 175+222+230=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFDEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEE6 is #502119. Grayscale: #D0D0D0. Windows color (decimal): -5251354 or 15130287. OLE color: 15130287.

HSL color Cylindrical-coordinate representation of color #AFDEE6: hue angle of 188.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDEE6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 222 230 -
CMYK 0.24 0.03 0 0.10
HSL 188.73º 0.52% 0.79% -
HSV(B) 188.73º 0.24% 0.9% -
XYZ 58.08 67.07 84.75 -
YUV 208.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 175 222 230 0.24 0.03 0 0.10 188.73 0.52 0.79
Hex AF DE E6 18 3 0 A BD 34 4F
Octal 257 336 346 30 3 0 12 275 64 117
Binary 10101111 11011110 11100110 11000 11 0 1010 10111101 110100 1001111

Color Harmonies of #AFDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEE6

Black with #AFDEE6

Text Example


Text Example

White with #AFDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEE6; }

 p { color: rgb(175,222,230); }

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

background-color css

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

 a { background-color: rgb(175,222,230); }

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

border-color css

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

 span { border-color: rgb(175,222,230); }

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