Html Css Color HEX #1086BC Bondi Blue

📋 copy color: '#1086BC'

red 16 ◦ green 134 ◦ blue 188

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

Shades of Bondi Blue #1086BC

Tints of Bondi Blue #1086BC

RGB

 RED value IS 16 (6.64% from 255) = 4.73%

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

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

R = 4.73%
G = 39.64%
B = 55.62%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1086BC (or 0x1086BC) is known color: Bondi Blue. HEX triplet: 10, 86 and BC. RGB value is (16,134,188). Sum of RGB (Red+Green+Blue) = 16+134+188=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #1086BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1086BC is #EF7943. Grayscale: #686868. Windows color (decimal): -15694148 or 12355088. OLE color: 12355088.

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

Color convert

RGB 16 134 188 -
CMYK 0.91 0.29 0 0.26
HSL 198.84º 0.84% 0.4% -
HSV(B) 198.84º 0.91% 0.74% -
XYZ 17.82 20.79 50.65 -
YUV 104.87 174.91 64.61 -
System Red Green Blue C M Y K H S L
Decimal 16 134 188 0.91 0.29 0 0.26 198.84 0.84 0.4
Hex 10 86 BC 5B 1D 0 1A C7 54 28
Octal 20 206 274 133 35 0 32 307 124 50
Binary 10000 10000110 10111100 1011011 11101 0 11010 11000111 1010100 101000

Color Harmonies of #1086BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1086BC

Black with #1086BC

Text Example


Text Example

White with #1086BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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