Html Css Color HEX #AFE3F0 Powder Blue

📋 copy color: '#AFE3F0'

red 175 ◦ green 227 ◦ blue 240

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

Shades of Powder Blue #AFE3F0

Tints of Powder Blue #AFE3F0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.36%

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

R = 27.26%
G = 35.36%
B = 37.38%

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

#AFE3F0 (or 0xAFE3F0) is known color: Powder Blue. HEX triplet: AF, E3 and F0. RGB value is (175,227,240). Sum of RGB (Red+Green+Blue) = 175+227+240=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3F0 is #501C0F. Grayscale: #D4D4D4. Windows color (decimal): -5250064 or 15786927. OLE color: 15786927.

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

Color convert

RGB 175 227 240 -
CMYK 0.27 0.05 0 0.06
HSL 192º 0.68% 0.81% -
HSV(B) 192º 0.27% 0.94% -
XYZ 60.88 70.34 92.81 -
YUV 212.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 175 227 240 0.27 0.05 0 0.06 192 0.68 0.81
Hex AF E3 F0 1B 5 0 6 C0 44 51
Octal 257 343 360 33 5 0 6 300 104 121
Binary 10101111 11100011 11110000 11011 101 0 110 11000000 1000100 1010001

Color Harmonies of #AFE3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3F0

Black with #AFE3F0

Text Example


Text Example

White with #AFE3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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