#AFE5FD

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

Shades of Columbia Blue #AFE5FD

Tints of Columbia Blue #AFE5FD

Color information

#AFE5FD (or 0xAFE5FD) is unknown color: approx Columbia Blue. HEX triplet: AF, E5 and FD. RGB value is (175,229,253). Sum of RGB (Red+Green+Blue) = 175+229+253=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5FD is #501A02. Grayscale: #D7D7D7. Windows color (decimal): -5249539 or 16639407. OLE color: 16639407.

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

Color convert

RGB175229253-
CMYK0.310.0900.01
HSL198.46º95.12%83.92%-
HSV(B)198.46º30.83%99.22%-
XYZ63.4372.24103.53-
YUV215.59149.1199.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=26.64%
G=34.86%
B=38.51%

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
Decimal1752292530.310.0900.01198.4695.1283.92
HexAFE5FD1F901c65f54
Octal257345375371101306137124
Binary101011111110010111111101111111001011100011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5FD; }

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

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

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

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

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

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

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

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