Html Css Color HEX #86E5FF Columbia Blue

📋 copy color: '#86E5FF'

red 134 ◦ green 229 ◦ blue 255

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

Shades of Columbia Blue #86E5FF

Tints of Columbia Blue #86E5FF

RGB

 RED value IS 134 (52.73% from 255) = 21.68%

 GREEN value IS 229 (89.84% from 255) = 37.06%

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

R = 21.68%
G = 37.06%
B = 41.26%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86E5FF (or 0x86E5FF) is known color: Columbia Blue. HEX triplet: 86, E5 and FF. RGB value is (134,229,255). Sum of RGB (Red+Green+Blue) = 134+229+255=618 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.68% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #86E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E5FF is #791A00. Grayscale: #CBCBCB. Windows color (decimal): -7936513 or 16770438. OLE color: 16770438.

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

Color convert

RGB 134 229 255 -
CMYK 0.47 0.10 0 0
HSL 192.89º 1% 0.76% -
HSV(B) 192.89º 0.47% 1% -
XYZ 55.9 68.33 104.85 -
YUV 203.56 157.03 78.39 -
System Red Green Blue C M Y K H S L
Decimal 134 229 255 0.47 0.10 0 0 192.89 1 0.76
Hex 86 E5 FF 2F A 0 0 C1 64 4C
Octal 206 345 377 57 12 0 0 301 144 114
Binary 10000110 11100101 11111111 101111 1010 0 0 11000001 1100100 1001100

Color Harmonies of #86E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E5FF

Black with #86E5FF

Text Example


Text Example

White with #86E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E5FF; }

 p { color: rgb(134,229,255); }

 H1.HeaderClassName
 {
   color: #86E5FF;
 }
 .AnyTagClassName
 {
   color: #86E5FF;
 }
</style>

background-color css

<style>
 a { background-color: #86E5FF; }

 a { background-color: rgb(134,229,255); }

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

border-color css

<style>
 span { border-color: #86E5FF; }

 span { border-color: rgb(134,229,255); }

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