#AFDCFD

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

Shades of Columbia Blue #AFDCFD

Tints of Columbia Blue #AFDCFD

Color information

#AFDCFD (or 0xAFDCFD) is unknown color: approx Columbia Blue. HEX triplet: AF, DC and FD. RGB value is (175,220,253). Sum of RGB (Red+Green+Blue) = 175+220+253=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCFD is #502302. Grayscale: #D2D2D2. Windows color (decimal): -5251843 or 16637103. OLE color: 16637103.

HSL color Cylindrical-coordinate representation of color #AFDCFD: hue angle of 205.38º 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 #AFDCFD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175220253-
CMYK0.310.1300.01
HSL205.38º95.12%83.92%-
HSV(B)205.38º30.83%99.22%-
XYZ6167.39102.72-
YUV210.31152.09102.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.01%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=27.01%
G=33.95%
B=39.04%

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
Decimal1752202530.310.1300.01205.3895.1283.92
HexAFDCFD1FD01cd5f54
Octal257334375371501315137124
Binary101011111101110011111101111111101011100110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCFD; }

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

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

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

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

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

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

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

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