#AFDEFF

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

Shades of Columbia Blue #AFDEFF

Tints of Columbia Blue #AFDEFF

Color information

#AFDEFF (or 0xAFDEFF) is unknown color: approx Columbia Blue. HEX triplet: AF, DE and FF. RGB value is (175,222,255). Sum of RGB (Red+Green+Blue) = 175+222+255=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFF is #502100. Grayscale: #D3D3D3. Windows color (decimal): -5251329 or 16768687. OLE color: 16768687.

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

Color convert

RGB175222255-
CMYK0.310.1300
HSL204.75º100%84.31%-
HSV(B)204.75º31.37%100%-
XYZ61.8568.58104.58-
YUV211.71152.43101.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.84%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 39.11%
R=26.84%
G=34.05%
B=39.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752222550.310.1300204.7510084.31
HexAFDEFF1FD00cd6454
Octal257336377371500315144124
Binary101011111101111011111111111111101001100110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEFF; }

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

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

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

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

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

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

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

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