Html Css Color HEX #AFE4EC Powder Blue

📋 copy color: '#AFE4EC'

red 175 ◦ green 228 ◦ blue 236

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

Shades of Powder Blue #AFE4EC

Tints of Powder Blue #AFE4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 27.39%
G = 35.68%
B = 36.93%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE4EC (or 0xAFE4EC) is known color: Powder Blue. HEX triplet: AF, E4 and EC. RGB value is (175,228,236). Sum of RGB (Red+Green+Blue) = 175+228+236=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4EC is #501B13. Grayscale: #D4D4D4. Windows color (decimal): -5249812 or 15525039. OLE color: 15525039.

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

Color convert

RGB 175 228 236 -
CMYK 0.26 0.03 0 0.07
HSL 187.87º 0.62% 0.81% -
HSV(B) 187.87º 0.26% 0.93% -
XYZ 60.56 70.66 89.8 -
YUV 213.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 175 228 236 0.26 0.03 0 0.07 187.87 0.62 0.81
Hex AF E4 EC 1A 3 0 7 BC 3E 51
Octal 257 344 354 32 3 0 7 274 76 121
Binary 10101111 11100100 11101100 11010 11 0 111 10111100 111110 1010001

Color Harmonies of #AFE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4EC

Black with #AFE4EC

Text Example


Text Example

White with #AFE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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