Html Css Color HEX #86E3FF Columbia Blue

📋 copy color: '#86E3FF'

red 134 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #86E3FF

Tints of Columbia Blue #86E3FF

RGB

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

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

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

R = 21.75%
G = 36.85%
B = 41.4%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86E3FF (or 0x86E3FF) is known color: Columbia Blue. HEX triplet: 86, E3 and FF. RGB value is (134,227,255). Sum of RGB (Red+Green+Blue) = 134+227+255=616 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.75% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #86E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E3FF is #791C00. Grayscale: #CACACA. Windows color (decimal): -7937025 or 16769926. OLE color: 16769926.

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

Color convert

RGB 134 227 255 -
CMYK 0.47 0.11 0 0
HSL 193.88º 1% 0.76% -
HSV(B) 193.88º 0.47% 1% -
XYZ 55.35 67.23 104.67 -
YUV 202.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 134 227 255 0.47 0.11 0 0 193.88 1 0.76
Hex 86 E3 FF 2F B 0 0 C2 64 4C
Octal 206 343 377 57 13 0 0 302 144 114
Binary 10000110 11100011 11111111 101111 1011 0 0 11000010 1100100 1001100

Color Harmonies of #86E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E3FF

Black with #86E3FF

Text Example


Text Example

White with #86E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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