Html Css Color HEX #1486BE Bondi Blue

📋 copy color: '#1486BE'

red 20 ◦ green 134 ◦ blue 190

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

Shades of Bondi Blue #1486BE

Tints of Bondi Blue #1486BE

RGB

 RED value IS 20 (8.2% from 255) = 5.81%

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 5.81%
G = 38.95%
B = 55.23%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1486BE (or 0x1486BE) is known color: Bondi Blue. HEX triplet: 14, 86 and BE. RGB value is (20,134,190). Sum of RGB (Red+Green+Blue) = 20+134+190=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #1486BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486BE is #EB7941. Grayscale: #696969. Windows color (decimal): -15432002 or 12486164. OLE color: 12486164.

HSL color Cylindrical-coordinate representation of color #1486BE: hue angle of 199.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1486BE is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 134 190 -
CMYK 0.89 0.29 0 0.25
HSL 199.76º 0.81% 0.41% -
HSV(B) 199.76º 0.89% 0.75% -
XYZ 18.11 20.92 51.8 -
YUV 106.3 175.23 66.45 -
System Red Green Blue C M Y K H S L
Decimal 20 134 190 0.89 0.29 0 0.25 199.76 0.81 0.41
Hex 14 86 BE 59 1D 0 19 C8 51 29
Octal 24 206 276 131 35 0 31 310 121 51
Binary 10100 10000110 10111110 1011001 11101 0 11001 11001000 1010001 101001

Color Harmonies of #1486BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1486BE

Black with #1486BE

Text Example


Text Example

White with #1486BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1486BE; }

 p { color: rgb(20,134,190); }

 H1.HeaderClassName
 {
   color: #1486BE;
 }
 .AnyTagClassName
 {
   color: #1486BE;
 }
</style>

background-color css

<style>
 a { background-color: #1486BE; }

 a { background-color: rgb(20,134,190); }

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

border-color css

<style>
 span { border-color: #1486BE; }

 span { border-color: rgb(20,134,190); }

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