Html Css Color HEX #85E3FD Columbia Blue

📋 copy color: '#85E3FD'

red 133 ◦ green 227 ◦ blue 253

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

Shades of Columbia Blue #85E3FD

Tints of Columbia Blue #85E3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 21.7%
G = 37.03%
B = 41.27%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85E3FD (or 0x85E3FD) is known color: Columbia Blue. HEX triplet: 85, E3 and FD. RGB value is (133,227,253). Sum of RGB (Red+Green+Blue) = 133+227+253=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #85E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E3FD is #7A1C02. Grayscale: #C9C9C9. Windows color (decimal): -8002563 or 16638853. OLE color: 16638853.

HSL color Cylindrical-coordinate representation of color #85E3FD: hue angle of 193º 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 #85E3FD is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 227 253 -
CMYK 0.47 0.10 0 0.01
HSL 193º 0.97% 0.76% -
HSV(B) 193º 0.47% 0.99% -
XYZ 54.87 67.02 102.97 -
YUV 201.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 133 227 253 0.47 0.10 0 0.01 193 0.97 0.76
Hex 85 E3 FD 2F A 0 1 C1 61 4C
Octal 205 343 375 57 12 0 1 301 141 114
Binary 10000101 11100011 11111101 101111 1010 0 1 11000001 1100001 1001100

Color Harmonies of #85E3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E3FD

Black with #85E3FD

Text Example


Text Example

White with #85E3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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