Html Css Color HEX #AFE4ED Powder Blue

📋 copy color: '#AFE4ED'

red 175 ◦ green 228 ◦ blue 237

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

Shades of Powder Blue #AFE4ED

Tints of Powder Blue #AFE4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.63%

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

R = 27.34%
G = 35.63%
B = 37.03%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE4ED (or 0xAFE4ED) is known color: Powder Blue. HEX triplet: AF, E4 and ED. RGB value is (175,228,237). Sum of RGB (Red+Green+Blue) = 175+228+237=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4ED is #501B12. Grayscale: #D5D5D5. Windows color (decimal): -5249811 or 15590575. OLE color: 15590575.

HSL color Cylindrical-coordinate representation of color #AFE4ED: hue angle of 188.71º 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 #AFE4ED is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 228 237 -
CMYK 0.26 0.04 0 0.07
HSL 188.71º 0.63% 0.81% -
HSV(B) 188.71º 0.26% 0.93% -
XYZ 60.71 70.72 90.57 -
YUV 213.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 175 228 237 0.26 0.04 0 0.07 188.71 0.63 0.81
Hex AF E4 ED 1A 4 0 7 BD 3F 51
Octal 257 344 355 32 4 0 7 275 77 121
Binary 10101111 11100100 11101101 11010 100 0 111 10111101 111111 1010001

Color Harmonies of #AFE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4ED

Black with #AFE4ED

Text Example


Text Example

White with #AFE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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