#AFE4FB

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

Shades of Columbia Blue #AFE4FB

Tints of Columbia Blue #AFE4FB

Color information

#AFE4FB (or 0xAFE4FB) is unknown color: approx Columbia Blue. HEX triplet: AF, E4 and FB. RGB value is (175,228,251). Sum of RGB (Red+Green+Blue) = 175+228+251=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFE4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4FB is #501B04. Grayscale: #D6D6D6. Windows color (decimal): -5249797 or 16508079. OLE color: 16508079.

HSL color Cylindrical-coordinate representation of color #AFE4FB: hue angle of 198.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE4FB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175228251-
CMYK0.300.0900.02
HSL198.16º90.48%83.53%-
HSV(B)198.16º30.28%98.43%-
XYZ62.8471.57101.77-
YUV214.77148.4499.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=26.76%
G=34.86%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752282510.300.0900.02198.1690.4883.53
HexAFE4FB1E902c65a54
Octal257344373361102306132124
Binary1010111111100100111110111111010010101100011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4FB; }

 p { color: rgb(175,228,251); }

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

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

 a { background-color: rgb(175,228,251); }

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

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

 span { border-color: rgb(175,228,251); }

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