#AFDEFC

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

Shades of Columbia Blue #AFDEFC

Tints of Columbia Blue #AFDEFC

Color information

#AFDEFC (or 0xAFDEFC) is unknown color: approx Columbia Blue. HEX triplet: AF, DE and FC. RGB value is (175,222,252). Sum of RGB (Red+Green+Blue) = 175+222+252=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFC is #502103. Grayscale: #D3D3D3. Windows color (decimal): -5251332 or 16572079. OLE color: 16572079.

HSL color Cylindrical-coordinate representation of color #AFDEFC: hue angle of 203.38º 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 #AFDEFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175222252-
CMYK0.310.1200.01
HSL203.38º92.77%83.73%-
HSV(B)203.38º30.56%98.82%-
XYZ61.3768.38102.06-
YUV211.37150.93102.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=26.96%
G=34.21%
B=38.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752222520.310.1200.01203.3892.7783.73
HexAFDEFC1FC01cb5d54
Octal257336374371401313135124
Binary101011111101111011111100111111100011100101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEFC; }

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

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

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

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

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

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

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

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