#AFDAF1

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

Shades of Light Blue #AFDAF1

Tints of Light Blue #AFDAF1

Color information

#AFDAF1 (or 0xAFDAF1) is unknown color: approx Light Blue. HEX triplet: AF, DA and F1. RGB value is (175,218,241). Sum of RGB (Red+Green+Blue) = 175+218+241=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAF1 is #50250E. Grayscale: #CFCFCF. Windows color (decimal): -5252367 or 15850159. OLE color: 15850159.

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

Color convert

RGB175218241-
CMYK0.270.1000.05
HSL200.91º70.21%81.57%-
HSV(B)200.91º27.39%94.51%-
XYZ58.6365.6192.79-
YUV207.76146.75104.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=27.60%
G=34.38%
B=38.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752182410.270.1000.05200.9170.2181.57
HexAFDAF11BA05c94652
Octal257332361331205311106122
Binary10101111110110101111000111011101001011100100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAF1; }

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

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

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

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

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

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

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

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