#AFDBF3

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

Shades of Light Blue #AFDBF3

Tints of Light Blue #AFDBF3

Color information

#AFDBF3 (or 0xAFDBF3) is unknown color: approx Light Blue. HEX triplet: AF, DB and F3. RGB value is (175,219,243). Sum of RGB (Red+Green+Blue) = 175+219+243=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFDBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF3 is #50240C. Grayscale: #D0D0D0. Windows color (decimal): -5252109 or 15981487. OLE color: 15981487.

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

Color convert

RGB175219243-
CMYK0.280.1000.05
HSL201.18º73.91%81.96%-
HSV(B)201.18º27.98%95.29%-
XYZ59.1966.2594.46-
YUV208.58147.42104.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=27.47%
G=34.38%
B=38.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752192430.280.1000.05201.1873.9181.96
HexAFDBF31CA05c94a52
Octal257333363341205311112122
Binary10101111110110111111001111100101001011100100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBF3; }

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

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

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

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

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

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

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

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