#85E4FF

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

Shades of Columbia Blue #85E4FF

Tints of Columbia Blue #85E4FF

Color information

#85E4FF (or 0x85E4FF) is unknown color: approx Columbia Blue. HEX triplet: 85, E4 and FF. RGB value is (133,228,255). Sum of RGB (Red+Green+Blue) = 133+228+255=616 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.59% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E4FF is #7A1B00. Grayscale: #CACACA. Windows color (decimal): -8002305 or 16770181. OLE color: 16770181.

HSL color Cylindrical-coordinate representation of color #85E4FF: hue angle of 193.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E4FF is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133228255-
CMYK0.480.1100
HSL193.28º100%76.08%-
HSV(B)193.28º47.84%100%-
XYZ55.4767.69104.75-
YUV202.67157.5378.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.59%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 255 (100% from 255) = 41.40%
R=21.59%
G=37.01%
B=41.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332282550.480.1100193.2810076.08
Hex85E4FF30B00c1644c
Octal205344377601300301144114
Binary1000010111100100111111111100001011001100000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85E4FF; }

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

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

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

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

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

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

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

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