Html Css Color HEX #AFE4EE Powder Blue

📋 copy color: '#AFE4EE'

red 175 ◦ green 228 ◦ blue 238

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

Shades of Powder Blue #AFE4EE

Tints of Powder Blue #AFE4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 27.3%
G = 35.57%
B = 37.13%

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

#AFE4EE (or 0xAFE4EE) is known color: Powder Blue. HEX triplet: AF, E4 and EE. RGB value is (175,228,238). Sum of RGB (Red+Green+Blue) = 175+228+238=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4EE is #501B11. Grayscale: #D5D5D5. Windows color (decimal): -5249810 or 15656111. OLE color: 15656111.

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

Color convert

RGB 175 228 238 -
CMYK 0.26 0.04 0 0.07
HSL 189.52º 0.65% 0.81% -
HSV(B) 189.52º 0.26% 0.93% -
XYZ 60.86 70.77 91.34 -
YUV 213.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 175 228 238 0.26 0.04 0 0.07 189.52 0.65 0.81
Hex AF E4 EE 1A 4 0 7 BE 41 51
Octal 257 344 356 32 4 0 7 276 101 121
Binary 10101111 11100100 11101110 11010 100 0 111 10111110 1000001 1010001

Color Harmonies of #AFE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4EE

Black with #AFE4EE

Text Example


Text Example

White with #AFE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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