#AFDDFC

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

Shades of Columbia Blue #AFDDFC

Tints of Columbia Blue #AFDDFC

Color information

#AFDDFC (or 0xAFDDFC) is unknown color: approx Columbia Blue. HEX triplet: AF, DD and FC. RGB value is (175,221,252). Sum of RGB (Red+Green+Blue) = 175+221+252=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFC is #502203. Grayscale: #D2D2D2. Windows color (decimal): -5251588 or 16571823. OLE color: 16571823.

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

Color convert

RGB175221252-
CMYK0.310.1200.01
HSL204.16º92.77%83.73%-
HSV(B)204.16º30.56%98.82%-
XYZ61.1167.86101.97-
YUV210.78151.26102.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.01%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=27.01%
G=34.10%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752212520.310.1200.01204.1692.7783.73
HexAFDDFC1FC01cc5d54
Octal257335374371401314135124
Binary101011111101110111111100111111100011100110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDFC; }

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

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

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

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

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

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

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

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