#AFDFF1

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

Shades of Light Blue #AFDFF1

Tints of Light Blue #AFDFF1

Color information

#AFDFF1 (or 0xAFDFF1) is unknown color: approx Light Blue. HEX triplet: AF, DF and F1. RGB value is (175,223,241). Sum of RGB (Red+Green+Blue) = 175+223+241=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF1 is #50200E. Grayscale: #D2D2D2. Windows color (decimal): -5251087 or 15851439. OLE color: 15851439.

HSL color Cylindrical-coordinate representation of color #AFDFF1: hue angle of 196.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDFF1 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175223241-
CMYK0.270.0700.05
HSL196.36º70.21%81.57%-
HSV(B)196.36º27.39%94.51%-
XYZ59.9468.2493.23-
YUV210.7145.1102.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=27.39%
G=34.90%
B=37.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752232410.270.0700.05196.3670.2181.57
HexAFDFF11B705c44652
Octal25733736133705304106122
Binary1010111111011111111100011101111101011100010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFF1; }

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

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

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

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

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

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

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

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