Html Css Color HEX #1198AD Bondi Blue

📋 copy color: '#1198AD'

red 17 ◦ green 152 ◦ blue 173

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

Shades of Bondi Blue #1198AD

Tints of Bondi Blue #1198AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 4.97%
G = 44.44%
B = 50.58%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1198AD (or 0x1198AD) is known color: Bondi Blue. HEX triplet: 11, 98 and AD. RGB value is (17,152,173). Sum of RGB (Red+Green+Blue) = 17+152+173=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #1198AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1198AD is #EE6752. Grayscale: #717171. Windows color (decimal): -15624019 or 11376657. OLE color: 11376657.

HSL color Cylindrical-coordinate representation of color #1198AD: hue angle of 188.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1198AD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 152 173 -
CMYK 0.90 0.12 0 0.32
HSL 188.08º 0.82% 0.37% -
HSV(B) 188.08º 0.9% 0.68% -
XYZ 19 25.59 43.47 -
YUV 114.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 17 152 173 0.90 0.12 0 0.32 188.08 0.82 0.37
Hex 11 98 AD 5A C 0 20 BC 52 25
Octal 21 230 255 132 14 0 40 274 122 45
Binary 10001 10011000 10101101 1011010 1100 0 100000 10111100 1010010 100101

Color Harmonies of #1198AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198AD

Black with #1198AD

Text Example


Text Example

White with #1198AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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