Html Css Color HEX #AFE3E5 Powder Blue

📋 copy color: '#AFE3E5'

red 175 ◦ green 227 ◦ blue 229

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

Shades of Powder Blue #AFE3E5

Tints of Powder Blue #AFE3E5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.97%

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 27.73%
G = 35.97%
B = 36.29%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFE3E5 (or 0xAFE3E5) is known color: Powder Blue. HEX triplet: AF, E3 and E5. RGB value is (175,227,229). Sum of RGB (Red+Green+Blue) = 175+227+229=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFE3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3E5 is #501C1A. Grayscale: #D3D3D3. Windows color (decimal): -5250075 or 15066031. OLE color: 15066031.

HSL color Cylindrical-coordinate representation of color #AFE3E5: hue angle of 182.22º degrees, saturation: 0.51, 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 #AFE3E5 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 227 229 -
CMYK 0.24 0.01 0 0.10
HSL 182.22º 0.51% 0.79% -
HSV(B) 182.22º 0.24% 0.9% -
XYZ 59.29 69.71 84.46 -
YUV 211.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 175 227 229 0.24 0.01 0 0.10 182.22 0.51 0.79
Hex AF E3 E5 18 1 0 A B6 33 4F
Octal 257 343 345 30 1 0 12 266 63 117
Binary 10101111 11100011 11100101 11000 1 0 1010 10110110 110011 1001111

Color Harmonies of #AFE3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3E5

Black with #AFE3E5

Text Example


Text Example

White with #AFE3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3E5; }

 p { color: rgb(175,227,229); }

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

background-color css

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

 a { background-color: rgb(175,227,229); }

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

border-color css

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

 span { border-color: rgb(175,227,229); }

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