Html Css Color HEX #1199BA Bondi Blue

📋 copy color: '#1199BA'

red 17 ◦ green 153 ◦ blue 186

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

Shades of Bondi Blue #1199BA

Tints of Bondi Blue #1199BA

RGB

 RED value IS 17 (7.03% from 255) = 4.78%

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

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

R = 4.78%
G = 42.98%
B = 52.25%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1199BA (or 0x1199BA) is known color: Bondi Blue. HEX triplet: 11, 99 and BA. RGB value is (17,153,186). Sum of RGB (Red+Green+Blue) = 17+153+186=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #1199BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199BA is #EE6645. Grayscale: #737373. Windows color (decimal): -15623750 or 12228881. OLE color: 12228881.

HSL color Cylindrical-coordinate representation of color #1199BA: hue angle of 191.72º degrees, saturation: 0.83, 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 #1199BA is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 153 186 -
CMYK 0.91 0.18 0 0.27
HSL 191.72º 0.83% 0.4% -
HSV(B) 191.72º 0.91% 0.73% -
XYZ 20.49 26.45 50.48 -
YUV 116.1 167.44 57.32 -
System Red Green Blue C M Y K H S L
Decimal 17 153 186 0.91 0.18 0 0.27 191.72 0.83 0.4
Hex 11 99 BA 5B 12 0 1B C0 53 28
Octal 21 231 272 133 22 0 33 300 123 50
Binary 10001 10011001 10111010 1011011 10010 0 11011 11000000 1010011 101000

Color Harmonies of #1199BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199BA

Black with #1199BA

Text Example


Text Example

White with #1199BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,153,186); }

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

background-color css

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

 a { background-color: rgb(17,153,186); }

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

border-color css

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

 span { border-color: rgb(17,153,186); }

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