#AFDDFB

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

Shades of Columbia Blue #AFDDFB

Tints of Columbia Blue #AFDDFB

Color information

#AFDDFB (or 0xAFDDFB) is unknown color: approx Columbia Blue. HEX triplet: AF, DD and FB. RGB value is (175,221,251). Sum of RGB (Red+Green+Blue) = 175+221+251=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFB is #502204. Grayscale: #D2D2D2. Windows color (decimal): -5251589 or 16506287. OLE color: 16506287.

HSL color Cylindrical-coordinate representation of color #AFDDFB: hue angle of 203.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDDFB is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175221251-
CMYK0.300.1200.02
HSL203.68º90.48%83.53%-
HSV(B)203.68º30.28%98.43%-
XYZ60.9567.79101.14-
YUV210.67150.76102.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=27.05%
G=34.16%
B=38.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752212510.300.1200.02203.6890.4883.53
HexAFDDFB1EC02cc5a54
Octal257335373361402314132124
Binary1010111111011101111110111111011000101100110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDFB; }

 p { color: rgb(175,221,251); }

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

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

 a { background-color: rgb(175,221,251); }

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

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

 span { border-color: rgb(175,221,251); }

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