#AFDFFB

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

Shades of Columbia Blue #AFDFFB

Tints of Columbia Blue #AFDFFB

Color information

#AFDFFB (or 0xAFDFFB) is unknown color: approx Columbia Blue. HEX triplet: AF, DF and FB. RGB value is (175,223,251). Sum of RGB (Red+Green+Blue) = 175+223+251=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFFB is #502004. Grayscale: #D3D3D3. Windows color (decimal): -5251077 or 16506799. OLE color: 16506799.

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

Color convert

RGB175223251-
CMYK0.300.1100.02
HSL202.11º90.48%83.53%-
HSV(B)202.11º30.28%98.43%-
XYZ61.4868.85101.32-
YUV211.84150.1101.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=26.96%
G=34.36%
B=38.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752232510.300.1100.02202.1190.4883.53
HexAFDFFB1EB02ca5a54
Octal257337373361302312132124
Binary1010111111011111111110111111010110101100101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFFB; }

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

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

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

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

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

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

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

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