Html Css Color HEX #AFE7F0 Powder Blue

📋 copy color: '#AFE7F0'

red 175 ◦ green 231 ◦ blue 240

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

Shades of Powder Blue #AFE7F0

Tints of Powder Blue #AFE7F0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.76%

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

R = 27.09%
G = 35.76%
B = 37.15%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFE7F0 (or 0xAFE7F0) is known color: Powder Blue. HEX triplet: AF, E7 and F0. RGB value is (175,231,240). Sum of RGB (Red+Green+Blue) = 175+231+240=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7F0 is #50180F. Grayscale: #D7D7D7. Windows color (decimal): -5249040 or 15787951. OLE color: 15787951.

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

Color convert

RGB 175 231 240 -
CMYK 0.27 0.04 0 0.06
HSL 188.31º 0.68% 0.81% -
HSV(B) 188.31º 0.27% 0.94% -
XYZ 61.98 72.56 93.18 -
YUV 215.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 175 231 240 0.27 0.04 0 0.06 188.31 0.68 0.81
Hex AF E7 F0 1B 4 0 6 BC 44 51
Octal 257 347 360 33 4 0 6 274 104 121
Binary 10101111 11100111 11110000 11011 100 0 110 10111100 1000100 1010001

Color Harmonies of #AFE7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE7F0

Black with #AFE7F0

Text Example


Text Example

White with #AFE7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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