#AFE5FF

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

Shades of Columbia Blue #AFE5FF

Tints of Columbia Blue #AFE5FF

Color information

#AFE5FF (or 0xAFE5FF) is unknown color: approx Columbia Blue. HEX triplet: AF, E5 and FF. RGB value is (175,229,255). Sum of RGB (Red+Green+Blue) = 175+229+255=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5FF is #501A00. Grayscale: #D7D7D7. Windows color (decimal): -5249537 or 16770479. OLE color: 16770479.

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

Color convert

RGB175229255-
CMYK0.310.1000
HSL199.5º100%84.31%-
HSV(B)199.5º31.37%100%-
XYZ63.7572.37105.22-
YUV215.82150.1198.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.56%
GREEN value IS 229 (89.84% from 255) = 34.75%
BLUE value IS 255 (100% from 255) = 38.69%
R=26.56%
G=34.75%
B=38.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752292550.310.1000199.510084.31
HexAFE5FF1FA00c86454
Octal257345377371200310144124
Binary101011111110010111111111111111010001100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5FF; }

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

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

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

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

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

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

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

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