Html Css Color HEX #1486BC Bondi Blue

📋 copy color: '#1486BC'

red 20 ◦ green 134 ◦ blue 188

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

Shades of Bondi Blue #1486BC

Tints of Bondi Blue #1486BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 5.85%
G = 39.18%
B = 54.97%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1486BC (or 0x1486BC) is known color: Bondi Blue. HEX triplet: 14, 86 and BC. RGB value is (20,134,188). Sum of RGB (Red+Green+Blue) = 20+134+188=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #1486BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486BC is #EB7943. Grayscale: #696969. Windows color (decimal): -15432004 or 12355092. OLE color: 12355092.

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

Color convert

RGB 20 134 188 -
CMYK 0.89 0.29 0 0.26
HSL 199.29º 0.81% 0.41% -
HSV(B) 199.29º 0.89% 0.74% -
XYZ 17.89 20.83 50.65 -
YUV 106.07 174.23 66.61 -
System Red Green Blue C M Y K H S L
Decimal 20 134 188 0.89 0.29 0 0.26 199.29 0.81 0.41
Hex 14 86 BC 59 1D 0 1A C7 51 29
Octal 24 206 274 131 35 0 32 307 121 51
Binary 10100 10000110 10111100 1011001 11101 0 11010 11000111 1010001 101001

Color Harmonies of #1486BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1486BC

Black with #1486BC

Text Example


Text Example

White with #1486BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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