#AFDDFE

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

Shades of Columbia Blue #AFDDFE

Tints of Columbia Blue #AFDDFE

Color information

#AFDDFE (or 0xAFDDFE) is unknown color: approx Columbia Blue. HEX triplet: AF, DD and FE. RGB value is (175,221,254). Sum of RGB (Red+Green+Blue) = 175+221+254=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFE is #502201. Grayscale: #D2D2D2. Windows color (decimal): -5251586 or 16702895. OLE color: 16702895.

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

Color convert

RGB175221254-
CMYK0.310.1300.00
HSL205.06º97.53%84.12%-
HSV(B)205.06º31.1%99.61%-
XYZ61.4367.98103.65-
YUV211.01152.26102.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=26.92%
G=34%
B=39.08%

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
Decimal1752212540.310.1300.00205.0697.5384.12
HexAFDDFE1FD00cd6254
Octal257335376371500315142124
Binary101011111101110111111110111111101001100110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDFE; }

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

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

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

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

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

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

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

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