#AFDEFB

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

Shades of Columbia Blue #AFDEFB

Tints of Columbia Blue #AFDEFB

Color information

#AFDEFB (or 0xAFDEFB) is unknown color: approx Columbia Blue. HEX triplet: AF, DE and FB. RGB value is (175,222,251). Sum of RGB (Red+Green+Blue) = 175+222+251=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFDEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFB is #502104. Grayscale: #D3D3D3. Windows color (decimal): -5251333 or 16506543. OLE color: 16506543.

HSL color Cylindrical-coordinate representation of color #AFDEFB: hue angle of 202.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDEFB is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175222251-
CMYK0.300.1200.02
HSL202.89º90.48%83.53%-
HSV(B)202.89º30.28%98.43%-
XYZ61.2168.32101.23-
YUV211.25150.43102.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.01%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=27.01%
G=34.26%
B=38.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752222510.300.1200.02202.8990.4883.53
HexAFDEFB1EC02cb5a54
Octal257336373361402313132124
Binary1010111111011110111110111111011000101100101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEFB; }

 p { color: rgb(175,222,251); }

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

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

 a { background-color: rgb(175,222,251); }

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

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

 span { border-color: rgb(175,222,251); }

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