Html Css Color HEX #1089BC Bondi Blue

📋 copy color: '#1089BC'

red 16 ◦ green 137 ◦ blue 188

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

Shades of Bondi Blue #1089BC

Tints of Bondi Blue #1089BC

RGB

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

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

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

R = 4.69%
G = 40.18%
B = 55.13%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1089BC (or 0x1089BC) is known color: Bondi Blue. HEX triplet: 10, 89 and BC. RGB value is (16,137,188). Sum of RGB (Red+Green+Blue) = 16+137+188=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #1089BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089BC is #EF7643. Grayscale: #6A6A6A. Windows color (decimal): -15693380 or 12355856. OLE color: 12355856.

HSL color Cylindrical-coordinate representation of color #1089BC: hue angle of 197.79º 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 #1089BC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 137 188 -
CMYK 0.91 0.27 0 0.26
HSL 197.79º 0.84% 0.4% -
HSV(B) 197.79º 0.91% 0.74% -
XYZ 18.24 21.63 50.79 -
YUV 106.64 173.91 63.35 -
System Red Green Blue C M Y K H S L
Decimal 16 137 188 0.91 0.27 0 0.26 197.79 0.84 0.4
Hex 10 89 BC 5B 1B 0 1A C6 54 28
Octal 20 211 274 133 33 0 32 306 124 50
Binary 10000 10001001 10111100 1011011 11011 0 11010 11000110 1010100 101000

Color Harmonies of #1089BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089BC

Black with #1089BC

Text Example


Text Example

White with #1089BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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