Html Css Color HEX #1089BD Bondi Blue

📋 copy color: '#1089BD'

red 16 ◦ green 137 ◦ blue 189

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

Shades of Bondi Blue #1089BD

Tints of Bondi Blue #1089BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 4.68%
G = 40.06%
B = 55.26%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1089BD (or 0x1089BD) is known color: Bondi Blue. HEX triplet: 10, 89 and BD. RGB value is (16,137,189). Sum of RGB (Red+Green+Blue) = 16+137+189=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #1089BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089BD is #EF7642. Grayscale: #6A6A6A. Windows color (decimal): -15693379 or 12421392. OLE color: 12421392.

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

Color convert

RGB 16 137 189 -
CMYK 0.92 0.28 0 0.26
HSL 198.03º 0.84% 0.4% -
HSV(B) 198.03º 0.92% 0.74% -
XYZ 18.34 21.68 51.36 -
YUV 106.75 174.41 63.27 -
System Red Green Blue C M Y K H S L
Decimal 16 137 189 0.92 0.28 0 0.26 198.03 0.84 0.4
Hex 10 89 BD 5C 1C 0 1A C6 54 28
Octal 20 211 275 134 34 0 32 306 124 50
Binary 10000 10001001 10111101 1011100 11100 0 11010 11000110 1010100 101000

Color Harmonies of #1089BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089BD

Black with #1089BD

Text Example


Text Example

White with #1089BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1089BD; }

 p { color: rgb(16,137,189); }

 H1.HeaderClassName
 {
   color: #1089BD;
 }
 .AnyTagClassName
 {
   color: #1089BD;
 }
</style>

background-color css

<style>
 a { background-color: #1089BD; }

 a { background-color: rgb(16,137,189); }

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

border-color css

<style>
 span { border-color: #1089BD; }

 span { border-color: rgb(16,137,189); }

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