#AFE7FF

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

Shades of Columbia Blue #AFE7FF

Tints of Columbia Blue #AFE7FF

Color information

#AFE7FF (or 0xAFE7FF) is unknown color: approx Columbia Blue. HEX triplet: AF, E7 and FF. RGB value is (175,231,255). Sum of RGB (Red+Green+Blue) = 175+231+255=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7FF is #501800. Grayscale: #D8D8D8. Windows color (decimal): -5249025 or 16770991. OLE color: 16770991.

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

Color convert

RGB175231255-
CMYK0.310.0900
HSL198º100%84.31%-
HSV(B)198º31.37%100%-
XYZ64.3173.49105.4-
YUV216.99149.4598.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.48%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 255 (100% from 255) = 38.58%
R=26.48%
G=34.95%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752312550.310.090019810084.31
HexAFE7FF1F900c66454
Octal257347377371100306144124
Binary101011111110011111111111111111001001100011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7FF; }

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

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

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

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

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

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

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

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