Html Css Color HEX #1198AB Bondi Blue

📋 copy color: '#1198AB'

red 17 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #1198AB

Tints of Bondi Blue #1198AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 5%
G = 44.71%
B = 50.29%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1198AB (or 0x1198AB) is known color: Bondi Blue. HEX triplet: 11, 98 and AB. RGB value is (17,152,171). Sum of RGB (Red+Green+Blue) = 17+152+171=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #1198AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1198AB is #EE6754. Grayscale: #717171. Windows color (decimal): -15624021 or 11245585. OLE color: 11245585.

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

Color convert

RGB 17 152 171 -
CMYK 0.90 0.11 0 0.33
HSL 187.4º 0.82% 0.37% -
HSV(B) 187.4º 0.9% 0.67% -
XYZ 18.81 25.52 42.46 -
YUV 113.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 17 152 171 0.90 0.11 0 0.33 187.4 0.82 0.37
Hex 11 98 AB 5A B 0 21 BB 52 25
Octal 21 230 253 132 13 0 41 273 122 45
Binary 10001 10011000 10101011 1011010 1011 0 100001 10111011 1010010 100101

Color Harmonies of #1198AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198AB

Black with #1198AB

Text Example


Text Example

White with #1198AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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