#AFDBF1

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

Shades of Light Blue #AFDBF1

Tints of Light Blue #AFDBF1

Color information

#AFDBF1 (or 0xAFDBF1) is unknown color: approx Light Blue. HEX triplet: AF, DB and F1. RGB value is (175,219,241). Sum of RGB (Red+Green+Blue) = 175+219+241=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF1 is #50240E. Grayscale: #D0D0D0. Windows color (decimal): -5252111 or 15850415. OLE color: 15850415.

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

Color convert

RGB175219241-
CMYK0.270.0900.05
HSL200º70.21%81.57%-
HSV(B)200º27.39%94.51%-
XYZ58.8966.1392.88-
YUV208.35146.42104.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=27.56%
G=34.49%
B=37.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752192410.270.0900.0520070.2181.57
HexAFDBF11B905c84652
Octal257333361331105310106122
Binary10101111110110111111000111011100101011100100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBF1; }

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

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

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

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

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

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

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

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