Html Css Color HEX #AFE5F0 Powder Blue

📋 copy color: '#AFE5F0'

red 175 ◦ green 229 ◦ blue 240

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

Shades of Powder Blue #AFE5F0

Tints of Powder Blue #AFE5F0

RGB

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

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

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

R = 27.17%
G = 35.56%
B = 37.27%

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

#AFE5F0 (or 0xAFE5F0) is known color: Powder Blue. HEX triplet: AF, E5 and F0. RGB value is (175,229,240). Sum of RGB (Red+Green+Blue) = 175+229+240=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5F0 is #501A0F. Grayscale: #D6D6D6. Windows color (decimal): -5249552 or 15787439. OLE color: 15787439.

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

Color convert

RGB 175 229 240 -
CMYK 0.27 0.05 0 0.06
HSL 190.15º 0.68% 0.81% -
HSV(B) 190.15º 0.27% 0.94% -
XYZ 61.43 71.44 92.99 -
YUV 214.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 175 229 240 0.27 0.05 0 0.06 190.15 0.68 0.81
Hex AF E5 F0 1B 5 0 6 BE 44 51
Octal 257 345 360 33 5 0 6 276 104 121
Binary 10101111 11100101 11110000 11011 101 0 110 10111110 1000100 1010001

Color Harmonies of #AFE5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5F0

Black with #AFE5F0

Text Example


Text Example

White with #AFE5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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