#AFDDFD

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

Shades of Columbia Blue #AFDDFD

Tints of Columbia Blue #AFDDFD

Color information

#AFDDFD (or 0xAFDDFD) is unknown color: approx Columbia Blue. HEX triplet: AF, DD and FD. RGB value is (175,221,253). Sum of RGB (Red+Green+Blue) = 175+221+253=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFD is #502202. Grayscale: #D2D2D2. Windows color (decimal): -5251587 or 16637359. OLE color: 16637359.

HSL color Cylindrical-coordinate representation of color #AFDDFD: hue angle of 204.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDDFD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175221253-
CMYK0.310.1300.01
HSL204.62º95.12%83.92%-
HSV(B)204.62º30.83%99.22%-
XYZ61.2767.92102.81-
YUV210.89151.76102.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=26.96%
G=34.05%
B=38.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752212530.310.1300.01204.6295.1283.92
HexAFDDFD1FD01cd5f54
Octal257335375371501315137124
Binary101011111101110111111101111111101011100110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDFD; }

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

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

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

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

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

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

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

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