#AFE0FA

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

Shades of Columbia Blue #AFE0FA

Tints of Columbia Blue #AFE0FA

Color information

#AFE0FA (or 0xAFE0FA) is unknown color: approx Columbia Blue. HEX triplet: AF, E0 and FA. RGB value is (175,224,250). Sum of RGB (Red+Green+Blue) = 175+224+250=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0FA is #501F05. Grayscale: #D4D4D4. Windows color (decimal): -5250822 or 16441519. OLE color: 16441519.

HSL color Cylindrical-coordinate representation of color #AFE0FA: hue angle of 200.8º 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 #AFE0FA is Cyan = 0.3, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175224250-
CMYK0.30.1000.02
HSL200.8º88.24%83.33%-
HSV(B)200.8º30%98.04%-
XYZ61.5969.33100.58-
YUV212.31149.27101.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=26.96%
G=34.51%
B=38.52%

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
Decimal1752242500.30.1000.02200.888.2483.33
HexAFE0FA1EA02c95853
Octal257340372361202311130123
Binary1010111111100000111110101111010100101100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0FA; }

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

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

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

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

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

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

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

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