Html Css Color HEX #AFE1ED Powder Blue

📋 copy color: '#AFE1ED'

red 175 ◦ green 225 ◦ blue 237

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

Shades of Powder Blue #AFE1ED

Tints of Powder Blue #AFE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 27.47%
G = 35.32%
B = 37.21%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE1ED (or 0xAFE1ED) is known color: Powder Blue. HEX triplet: AF, E1 and ED. RGB value is (175,225,237). Sum of RGB (Red+Green+Blue) = 175+225+237=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1ED is #501E12. Grayscale: #D3D3D3. Windows color (decimal): -5250579 or 15589807. OLE color: 15589807.

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

Color convert

RGB 175 225 237 -
CMYK 0.26 0.05 0 0.07
HSL 191.61º 0.63% 0.81% -
HSV(B) 191.61º 0.26% 0.93% -
XYZ 59.89 69.08 90.3 -
YUV 211.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 175 225 237 0.26 0.05 0 0.07 191.61 0.63 0.81
Hex AF E1 ED 1A 5 0 7 C0 3F 51
Octal 257 341 355 32 5 0 7 300 77 121
Binary 10101111 11100001 11101101 11010 101 0 111 11000000 111111 1010001

Color Harmonies of #AFE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1ED

Black with #AFE1ED

Text Example


Text Example

White with #AFE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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