Html Css Color HEX #AFE4E6 Powder Blue

📋 copy color: '#AFE4E6'

red 175 ◦ green 228 ◦ blue 230

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

Shades of Powder Blue #AFE4E6

Tints of Powder Blue #AFE4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.33%

R = 27.65%
G = 36.02%
B = 36.33%

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

#AFE4E6 (or 0xAFE4E6) is known color: Powder Blue. HEX triplet: AF, E4 and E6. RGB value is (175,228,230). Sum of RGB (Red+Green+Blue) = 175+228+230=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFE4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4E6 is #501B19. Grayscale: #D4D4D4. Windows color (decimal): -5249818 or 15131823. OLE color: 15131823.

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

Color convert

RGB 175 228 230 -
CMYK 0.24 0.01 0 0.10
HSL 182.18º 0.52% 0.79% -
HSV(B) 182.18º 0.24% 0.9% -
XYZ 59.71 70.31 85.29 -
YUV 212.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 175 228 230 0.24 0.01 0 0.10 182.18 0.52 0.79
Hex AF E4 E6 18 1 0 A B6 34 4F
Octal 257 344 346 30 1 0 12 266 64 117
Binary 10101111 11100100 11100110 11000 1 0 1010 10110110 110100 1001111

Color Harmonies of #AFE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4E6

Black with #AFE4E6

Text Example


Text Example

White with #AFE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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