#afe8ff

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

Shades of Columbia Blue #AFE8FF

Tints of Columbia Blue #AFE8FF

Color information

#AFE8FF (or 0xAFE8FF) is unknown color: approx Columbia Blue. HEX triplet: AF, E8 and FF. RGB value is (175,232,255). Sum of RGB (Red+Green+Blue) = 175+232+255=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8FF is #501700. Grayscale: #D9D9D9. Windows color (decimal): -5248769 or 16771247. OLE color: 16771247.

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

Color convert

RGB175232255-
CMYK0.310.0900
HSL197.25º100%84.31%-
HSV(B)197.25º31.37%100%-
XYZ64.5974.05105.5-
YUV217.58149.1297.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.44%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 255 (100% from 255) = 38.52%
R=26.44%
G=35.05%
B=38.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752322550.310.0900197.2510084.31
HexAFE8FF1F900c56454
Octal257350377371100305144124
Binary101011111110100011111111111111001001100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe8ff; }

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

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

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

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

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

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

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

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