Html Css Color HEX #1099B2 Bondi Blue

📋 copy color: '#1099B2'

red 16 ◦ green 153 ◦ blue 178

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

Shades of Bondi Blue #1099B2

Tints of Bondi Blue #1099B2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 178 (69.92% from 255) = 51.3%

R = 4.61%
G = 44.09%
B = 51.3%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1099B2 (or 0x1099B2) is known color: Bondi Blue. HEX triplet: 10, 99 and B2. RGB value is (16,153,178). Sum of RGB (Red+Green+Blue) = 16+153+178=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #1099B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1099B2 is #EF664D. Grayscale: #727272. Windows color (decimal): -15689294 or 11704592. OLE color: 11704592.

HSL color Cylindrical-coordinate representation of color #1099B2: hue angle of 189.26º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1099B2 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 153 178 -
CMYK 0.91 0.14 0 0.30
HSL 189.26º 0.84% 0.38% -
HSV(B) 189.26º 0.91% 0.7% -
XYZ 19.64 26.11 46.12 -
YUV 114.89 163.61 57.47 -
System Red Green Blue C M Y K H S L
Decimal 16 153 178 0.91 0.14 0 0.30 189.26 0.84 0.38
Hex 10 99 B2 5B E 0 1E BD 54 26
Octal 20 231 262 133 16 0 36 275 124 46
Binary 10000 10011001 10110010 1011011 1110 0 11110 10111101 1010100 100110

Color Harmonies of #1099B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1099B2

Black with #1099B2

Text Example


Text Example

White with #1099B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1099B2; }

 p { color: rgb(16,153,178); }

 H1.HeaderClassName
 {
   color: #1099B2;
 }
 .AnyTagClassName
 {
   color: #1099B2;
 }
</style>

background-color css

<style>
 a { background-color: #1099B2; }

 a { background-color: rgb(16,153,178); }

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

border-color css

<style>
 span { border-color: #1099B2; }

 span { border-color: rgb(16,153,178); }

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