Html Css Color HEX #85E4FE Columbia Blue

📋 copy color: '#85E4FE'

red 133 ◦ green 228 ◦ blue 254

#85E4FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #85E4FE

Tints of Columbia Blue #85E4FE

RGB

 RED value IS 133 (52.34% from 255) = 21.63%

 GREEN value IS 228 (89.45% from 255) = 37.07%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 21.63%
G = 37.07%
B = 41.3%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85E4FE (or 0x85E4FE) is known color: Columbia Blue. HEX triplet: 85, E4 and FE. RGB value is (133,228,254). Sum of RGB (Red+Green+Blue) = 133+228+254=615 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.63% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #85E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E4FE is #7A1B01. Grayscale: #CACACA. Windows color (decimal): -8002306 or 16704645. OLE color: 16704645.

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

Color convert

RGB 133 228 254 -
CMYK 0.48 0.10 0 0.00
HSL 192.89º 0.98% 0.76% -
HSV(B) 192.89º 0.48% 1% -
XYZ 55.31 67.63 103.9 -
YUV 202.56 157.03 78.39 -
System Red Green Blue C M Y K H S L
Decimal 133 228 254 0.48 0.10 0 0.00 192.89 0.98 0.76
Hex 85 E4 FE 30 A 0 0 C1 62 4C
Octal 205 344 376 60 12 0 0 301 142 114
Binary 10000101 11100100 11111110 110000 1010 0 0 11000001 1100010 1001100

Color Harmonies of #85E4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E4FE

Black with #85E4FE

Text Example


Text Example

White with #85E4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E4FE;
 }
 .AnyTagClassName
 {
   color: #85E4FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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