#AFE0FC

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

Shades of Columbia Blue #AFE0FC

Tints of Columbia Blue #AFE0FC

Color information

#AFE0FC (or 0xAFE0FC) is unknown color: approx Columbia Blue. HEX triplet: AF, E0 and FC. RGB value is (175,224,252). Sum of RGB (Red+Green+Blue) = 175+224+252=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0FC is #501F03. Grayscale: #D4D4D4. Windows color (decimal): -5250820 or 16572591. OLE color: 16572591.

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

Color convert

RGB175224252-
CMYK0.310.1100.01
HSL201.82º92.77%83.73%-
HSV(B)201.82º30.56%98.82%-
XYZ61.9169.45102.24-
YUV212.54150.27101.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=26.88%
G=34.41%
B=38.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752242520.310.1100.01201.8292.7783.73
HexAFE0FC1FB01ca5d54
Octal257340374371301312135124
Binary101011111110000011111100111111011011100101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0FC; }

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

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

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

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

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

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

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

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