#AFDCFE

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

Shades of Columbia Blue #AFDCFE

Tints of Columbia Blue #AFDCFE

Color information

#AFDCFE (or 0xAFDCFE) is unknown color: approx Columbia Blue. HEX triplet: AF, DC and FE. RGB value is (175,220,254). Sum of RGB (Red+Green+Blue) = 175+220+254=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCFE is #502301. Grayscale: #D2D2D2. Windows color (decimal): -5251842 or 16702639. OLE color: 16702639.

HSL color Cylindrical-coordinate representation of color #AFDCFE: hue angle of 205.82º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDCFE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175220254-
CMYK0.310.1300.00
HSL205.82º97.53%84.12%-
HSV(B)205.82º31.1%99.61%-
XYZ61.1667.46103.56-
YUV210.42152.59102.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=26.96%
G=33.90%
B=39.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752202540.310.1300.00205.8297.5384.12
HexAFDCFE1FD00ce6254
Octal257334376371500316142124
Binary101011111101110011111110111111101001100111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCFE; }

 p { color: rgb(175,220,254); }

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

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

 a { background-color: rgb(175,220,254); }

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

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

 span { border-color: rgb(175,220,254); }

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