Html Css Color HEX #1198BA Bondi Blue

📋 copy color: '#1198BA'

red 17 ◦ green 152 ◦ blue 186

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

Shades of Bondi Blue #1198BA

Tints of Bondi Blue #1198BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 4.79%
G = 42.82%
B = 52.39%

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

#1198BA (or 0x1198BA) is known color: Bondi Blue. HEX triplet: 11, 98 and BA. RGB value is (17,152,186). Sum of RGB (Red+Green+Blue) = 17+152+186=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1198BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198BA is #EE6745. Grayscale: #737373. Windows color (decimal): -15624006 or 12228625. OLE color: 12228625.

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

Color convert

RGB 17 152 186 -
CMYK 0.91 0.18 0 0.27
HSL 192.07º 0.83% 0.4% -
HSV(B) 192.07º 0.91% 0.73% -
XYZ 20.32 26.12 50.43 -
YUV 115.51 167.77 57.74 -
System Red Green Blue C M Y K H S L
Decimal 17 152 186 0.91 0.18 0 0.27 192.07 0.83 0.4
Hex 11 98 BA 5B 12 0 1B C0 53 28
Octal 21 230 272 133 22 0 33 300 123 50
Binary 10001 10011000 10111010 1011011 10010 0 11011 11000000 1010011 101000

Color Harmonies of #1198BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198BA

Black with #1198BA

Text Example


Text Example

White with #1198BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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