#85E4FD

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

Shades of Columbia Blue #85E4FD

Tints of Columbia Blue #85E4FD

Color information

#85E4FD (or 0x85E4FD) is unknown color: approx Columbia Blue. HEX triplet: 85, E4 and FD. RGB value is (133,228,253). Sum of RGB (Red+Green+Blue) = 133+228+253=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #85E4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E4FD is #7A1B02. Grayscale: #CACACA. Windows color (decimal): -8002307 or 16639109. OLE color: 16639109.

HSL color Cylindrical-coordinate representation of color #85E4FD: hue angle of 192.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E4FD is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133228253-
CMYK0.470.1000.01
HSL192.5º96.77%75.69%-
HSV(B)192.5º47.43%99.22%-
XYZ55.1567.57103.06-
YUV202.44156.5378.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.66%
GREEN value IS 228 (89.45% from 255) = 37.13%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=21.66%
G=37.13%
B=41.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332282530.470.1000.01192.596.7775.69
Hex85E4FD2FA01c0614c
Octal205344375571201300141114
Binary1000010111100100111111011011111010011100000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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