Html Css Color HEX #AFE4F0 Powder Blue

📋 copy color: '#AFE4F0'

red 175 ◦ green 228 ◦ blue 240

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

Shades of Powder Blue #AFE4F0

Tints of Powder Blue #AFE4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.33%

R = 27.22%
G = 35.46%
B = 37.33%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFE4F0 (or 0xAFE4F0) is known color: Powder Blue. HEX triplet: AF, E4 and F0. RGB value is (175,228,240). Sum of RGB (Red+Green+Blue) = 175+228+240=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4F0 is #501B0F. Grayscale: #D5D5D5. Windows color (decimal): -5249808 or 15787183. OLE color: 15787183.

HSL color Cylindrical-coordinate representation of color #AFE4F0: hue angle of 191.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE4F0 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 228 240 -
CMYK 0.27 0.05 0 0.06
HSL 191.08º 0.68% 0.81% -
HSV(B) 191.08º 0.27% 0.94% -
XYZ 61.15 70.89 92.9 -
YUV 213.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 175 228 240 0.27 0.05 0 0.06 191.08 0.68 0.81
Hex AF E4 F0 1B 5 0 6 BF 44 51
Octal 257 344 360 33 5 0 6 277 104 121
Binary 10101111 11100100 11110000 11011 101 0 110 10111111 1000100 1010001

Color Harmonies of #AFE4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4F0

Black with #AFE4F0

Text Example


Text Example

White with #AFE4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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