#AFE7FE

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

Shades of Columbia Blue #AFE7FE

Tints of Columbia Blue #AFE7FE

Color information

#AFE7FE (or 0xAFE7FE) is unknown color: approx Columbia Blue. HEX triplet: AF, E7 and FE. RGB value is (175,231,254). Sum of RGB (Red+Green+Blue) = 175+231+254=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7FE is #501801. Grayscale: #D8D8D8. Windows color (decimal): -5249026 or 16705455. OLE color: 16705455.

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

Color convert

RGB175231254-
CMYK0.310.0900.00
HSL197.47º97.53%84.12%-
HSV(B)197.47º31.1%99.61%-
XYZ64.1473.42104.56-
YUV216.88148.9598.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.52%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=26.52%
G=35%
B=38.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752312540.310.0900.00197.4797.5384.12
HexAFE7FE1F900c56254
Octal257347376371100305142124
Binary101011111110011111111110111111001001100010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7FE; }

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

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

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

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

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

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

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

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