Html Css Color HEX #85E3FF Columbia Blue

📋 copy color: '#85E3FF'

red 133 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #85E3FF

Tints of Columbia Blue #85E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.91%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 21.63%
G = 36.91%
B = 41.46%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85E3FF (or 0x85E3FF) is known color: Columbia Blue. HEX triplet: 85, E3 and FF. RGB value is (133,227,255). Sum of RGB (Red+Green+Blue) = 133+227+255=615 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.63% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E3FF is #7A1C00. Grayscale: #C9C9C9. Windows color (decimal): -8002561 or 16769925. OLE color: 16769925.

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

Color convert

RGB 133 227 255 -
CMYK 0.48 0.11 0 0
HSL 193.77º 1% 0.76% -
HSV(B) 193.77º 0.48% 1% -
XYZ 55.19 67.14 104.66 -
YUV 202.09 157.86 78.72 -
System Red Green Blue C M Y K H S L
Decimal 133 227 255 0.48 0.11 0 0 193.77 1 0.76
Hex 85 E3 FF 30 B 0 0 C2 64 4C
Octal 205 343 377 60 13 0 0 302 144 114
Binary 10000101 11100011 11111111 110000 1011 0 0 11000010 1100100 1001100

Color Harmonies of #85E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E3FF

Black with #85E3FF

Text Example


Text Example

White with #85E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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