Html Css Color HEX #1089BA Bondi Blue

📋 copy color: '#1089BA'

red 16 ◦ green 137 ◦ blue 186

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

Shades of Bondi Blue #1089BA

Tints of Bondi Blue #1089BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 4.72%
G = 40.41%
B = 54.87%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1089BA (or 0x1089BA) is known color: Bondi Blue. HEX triplet: 10, 89 and BA. RGB value is (16,137,186). Sum of RGB (Red+Green+Blue) = 16+137+186=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1089BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089BA is #EF7645. Grayscale: #6A6A6A. Windows color (decimal): -15693382 or 12224784. OLE color: 12224784.

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

Color convert

RGB 16 137 186 -
CMYK 0.91 0.26 0 0.27
HSL 197.29º 0.84% 0.4% -
HSV(B) 197.29º 0.91% 0.73% -
XYZ 18.02 21.55 49.66 -
YUV 106.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 16 137 186 0.91 0.26 0 0.27 197.29 0.84 0.4
Hex 10 89 BA 5B 1A 0 1B C5 54 28
Octal 20 211 272 133 32 0 33 305 124 50
Binary 10000 10001001 10111010 1011011 11010 0 11011 11000101 1010100 101000

Color Harmonies of #1089BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089BA

Black with #1089BA

Text Example


Text Example

White with #1089BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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