#AFE6FE

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

Shades of Columbia Blue #AFE6FE

Tints of Columbia Blue #AFE6FE

Color information

#AFE6FE (or 0xAFE6FE) is unknown color: approx Columbia Blue. HEX triplet: AF, E6 and FE. RGB value is (175,230,254). Sum of RGB (Red+Green+Blue) = 175+230+254=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6FE is #501901. Grayscale: #D8D8D8. Windows color (decimal): -5249282 or 16705199. OLE color: 16705199.

HSL color Cylindrical-coordinate representation of color #AFE6FE: hue angle of 198.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE6FE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175230254-
CMYK0.310.0900.00
HSL198.23º97.53%84.12%-
HSV(B)198.23º31.1%99.61%-
XYZ63.8772.86104.46-
YUV216.29149.2898.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.56%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=26.56%
G=34.90%
B=38.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752302540.310.0900.00198.2397.5384.12
HexAFE6FE1F900c66254
Octal257346376371100306142124
Binary101011111110011011111110111111001001100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6FE; }

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

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

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

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

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

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

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

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