#AFE6FD

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

Shades of Columbia Blue #AFE6FD

Tints of Columbia Blue #AFE6FD

Color information

#AFE6FD (or 0xAFE6FD) is unknown color: approx Columbia Blue. HEX triplet: AF, E6 and FD. RGB value is (175,230,253). Sum of RGB (Red+Green+Blue) = 175+230+253=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6FD is #501902. Grayscale: #D8D8D8. Windows color (decimal): -5249283 or 16639663. OLE color: 16639663.

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

Color convert

RGB175230253-
CMYK0.310.0900.01
HSL197.69º95.12%83.92%-
HSV(B)197.69º30.83%99.22%-
XYZ63.7172.8103.62-
YUV216.18148.7898.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.60%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=26.60%
G=34.95%
B=38.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752302530.310.0900.01197.6995.1283.92
HexAFE6FD1F901c65f54
Octal257346375371101306137124
Binary101011111110011011111101111111001011100011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6FD; }

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

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

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

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

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

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

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

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