#AFE4FF

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

Shades of Columbia Blue #AFE4FF

Tints of Columbia Blue #AFE4FF

Color information

#AFE4FF (or 0xAFE4FF) is unknown color: approx Columbia Blue. HEX triplet: AF, E4 and FF. RGB value is (175,228,255). Sum of RGB (Red+Green+Blue) = 175+228+255=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4FF is #501B00. Grayscale: #D7D7D7. Windows color (decimal): -5249793 or 16770223. OLE color: 16770223.

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

Color convert

RGB175228255-
CMYK0.310.1100
HSL200.25º100%84.31%-
HSV(B)200.25º31.37%100%-
XYZ63.4771.82105.13-
YUV215.23150.4499.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.60%
GREEN value IS 228 (89.45% from 255) = 34.65%
BLUE value IS 255 (100% from 255) = 38.75%
R=26.60%
G=34.65%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752282550.310.1100200.2510084.31
HexAFE4FF1FB00c86454
Octal257344377371300310144124
Binary101011111110010011111111111111011001100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4FF; }

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

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

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

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

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

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

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

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