#AFDFF0

Color #AFDFF0 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AFDFF0

Tints of Light Blue #AFDFF0

Color information

#AFDFF0 (or 0xAFDFF0) is unknown color: approx Light Blue. HEX triplet: AF, DF and F0. RGB value is (175,223,240). Sum of RGB (Red+Green+Blue) = 175+223+240=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF0 is #50200F. Grayscale: #D2D2D2. Windows color (decimal): -5251088 or 15785903. OLE color: 15785903.

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

Color convert

RGB175223240-
CMYK0.270.0700.06
HSL195.69º68.42%81.37%-
HSV(B)195.69º27.08%94.12%-
XYZ59.868.1892.45-
YUV210.59144.6102.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=27.43%
G=34.95%
B=37.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752232400.270.0700.06195.6968.4281.37
HexAFDFF01B706c44451
Octal25733736033706304104121
Binary1010111111011111111100001101111101101100010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFF0; }

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

 H1.HeaderClassName
 {
   color: #AFDFF0;
 }
 .AnyTagClassName
 {
   color: #AFDFF0;
 }
</style>
background-color css

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

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

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

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

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

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