Html Css Color HEX #AFE5E3 Powder Blue

📋 copy color: '#AFE5E3'

red 175 ◦ green 229 ◦ blue 227

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

Shades of Powder Blue #AFE5E3

Tints of Powder Blue #AFE5E3

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

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

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

Color convert

RGB 175 229 227 -
CMYK 0.24 0 0.01 0.10
HSL 177.78º 0.51% 0.79% -
HSV(B) 177.78º 0.24% 0.9% -
XYZ 59.56 70.7 83.18 -
YUV 212.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 175 229 227 0.24 0 0.01 0.10 177.78 0.51 0.79
Hex AF E5 E3 18 0 1 A B2 33 4F
Octal 257 345 343 30 0 1 12 262 63 117
Binary 10101111 11100101 11100011 11000 0 1 1010 10110010 110011 1001111

Color Harmonies of #AFE5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5E3

Black with #AFE5E3

Text Example


Text Example

White with #AFE5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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