#85E3FA

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

Shades of Columbia Blue #85E3FA

Tints of Columbia Blue #85E3FA

Color information

#85E3FA (or 0x85E3FA) is unknown color: approx Columbia Blue. HEX triplet: 85, E3 and FA. RGB value is (133,227,250). Sum of RGB (Red+Green+Blue) = 133+227+250=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #85E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E3FA is #7A1C05. Grayscale: #C9C9C9. Windows color (decimal): -8002566 or 16442245. OLE color: 16442245.

HSL color Cylindrical-coordinate representation of color #85E3FA: hue angle of 191.79º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E3FA is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133227250-
CMYK0.470.0900.02
HSL191.79º92.13%75.1%-
HSV(B)191.79º46.8%98.04%-
XYZ54.466.83100.47-
YUV201.52155.3679.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.80%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=21.80%
G=37.21%
B=40.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332272500.470.0900.02191.7992.1375.1
Hex85E3FA2F902c05c4b
Octal205343372571102300134113
Binary10000101111000111111101010111110010101100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,250); }

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

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

 a { background-color: rgb(133,227,250); }

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

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

 span { border-color: rgb(133,227,250); }

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