Html Css Color HEX #119ABA Bondi Blue

📋 copy color: '#119ABA'

red 17 ◦ green 154 ◦ blue 186

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

Shades of Bondi Blue #119ABA

Tints of Bondi Blue #119ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

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

R = 4.76%
G = 43.14%
B = 52.1%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#119ABA (or 0x119ABA) is known color: Bondi Blue. HEX triplet: 11, 9A and BA. RGB value is (17,154,186). Sum of RGB (Red+Green+Blue) = 17+154+186=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #119ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ABA is #EE6545. Grayscale: #747474. Windows color (decimal): -15623494 or 12229137. OLE color: 12229137.

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

Color convert

RGB 17 154 186 -
CMYK 0.91 0.17 0 0.27
HSL 191.36º 0.83% 0.4% -
HSV(B) 191.36º 0.91% 0.73% -
XYZ 20.65 26.78 50.53 -
YUV 116.69 167.11 56.9 -
System Red Green Blue C M Y K H S L
Decimal 17 154 186 0.91 0.17 0 0.27 191.36 0.83 0.4
Hex 11 9A BA 5B 11 0 1B BF 53 28
Octal 21 232 272 133 21 0 33 277 123 50
Binary 10001 10011010 10111010 1011011 10001 0 11011 10111111 1010011 101000

Color Harmonies of #119ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ABA

Black with #119ABA

Text Example


Text Example

White with #119ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119ABA; }

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

 H1.HeaderClassName
 {
   color: #119ABA;
 }
 .AnyTagClassName
 {
   color: #119ABA;
 }
</style>

background-color css

<style>
 a { background-color: #119ABA; }

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

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

border-color css

<style>
 span { border-color: #119ABA; }

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

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