Html Css Color HEX #AFE2ED Powder Blue

📋 copy color: '#AFE2ED'

red 175 ◦ green 226 ◦ blue 237

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

Shades of Powder Blue #AFE2ED

Tints of Powder Blue #AFE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.42%

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

R = 27.43%
G = 35.42%
B = 37.15%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE2ED (or 0xAFE2ED) is known color: Powder Blue. HEX triplet: AF, E2 and ED. RGB value is (175,226,237). Sum of RGB (Red+Green+Blue) = 175+226+237=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2ED is #501D12. Grayscale: #D3D3D3. Windows color (decimal): -5250323 or 15590063. OLE color: 15590063.

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

Color convert

RGB 175 226 237 -
CMYK 0.26 0.05 0 0.07
HSL 190.65º 0.63% 0.81% -
HSV(B) 190.65º 0.26% 0.93% -
XYZ 60.16 69.62 90.39 -
YUV 212.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 175 226 237 0.26 0.05 0 0.07 190.65 0.63 0.81
Hex AF E2 ED 1A 5 0 7 BF 3F 51
Octal 257 342 355 32 5 0 7 277 77 121
Binary 10101111 11100010 11101101 11010 101 0 111 10111111 111111 1010001

Color Harmonies of #AFE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE2ED

Black with #AFE2ED

Text Example


Text Example

White with #AFE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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