#AFE1FA

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

Shades of Columbia Blue #AFE1FA

Tints of Columbia Blue #AFE1FA

Color information

#AFE1FA (or 0xAFE1FA) is unknown color: approx Columbia Blue. HEX triplet: AF, E1 and FA. RGB value is (175,225,250). Sum of RGB (Red+Green+Blue) = 175+225+250=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1FA is #501E05. Grayscale: #D4D4D4. Windows color (decimal): -5250566 or 16441775. OLE color: 16441775.

HSL color Cylindrical-coordinate representation of color #AFE1FA: hue angle of 200º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE1FA is Cyan = 0.3, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175225250-
CMYK0.30.1000.02
HSL200º88.24%83.33%-
HSV(B)200º30%98.04%-
XYZ61.8669.87100.67-
YUV212.9148.94100.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=26.92%
G=34.62%
B=38.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752252500.30.1000.0220088.2483.33
HexAFE1FA1EA02c85853
Octal257341372361202310130123
Binary1010111111100001111110101111010100101100100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1FA; }

 p { color: rgb(175,225,250); }

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

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

 a { background-color: rgb(175,225,250); }

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

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

 span { border-color: rgb(175,225,250); }

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