Html Css Color HEX #119DB9 Bondi Blue

📋 copy color: '#119DB9'

red 17 ◦ green 157 ◦ blue 185

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

Shades of Bondi Blue #119DB9

Tints of Bondi Blue #119DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 4.74%
G = 43.73%
B = 51.53%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#119DB9 (or 0x119DB9) is known color: Bondi Blue. HEX triplet: 11, 9D and B9. RGB value is (17,157,185). Sum of RGB (Red+Green+Blue) = 17+157+185=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #119DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DB9 is #EE6246. Grayscale: #767676. Windows color (decimal): -15622727 or 12164369. OLE color: 12164369.

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

Color convert

RGB 17 157 185 -
CMYK 0.91 0.15 0 0.27
HSL 190º 0.83% 0.4% -
HSV(B) 190º 0.91% 0.73% -
XYZ 21.05 27.74 50.14 -
YUV 118.33 165.62 55.72 -
System Red Green Blue C M Y K H S L
Decimal 17 157 185 0.91 0.15 0 0.27 190 0.83 0.4
Hex 11 9D B9 5B F 0 1B BE 53 28
Octal 21 235 271 133 17 0 33 276 123 50
Binary 10001 10011101 10111001 1011011 1111 0 11011 10111110 1010011 101000

Color Harmonies of #119DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DB9

Black with #119DB9

Text Example


Text Example

White with #119DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,157,185); }

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

background-color css

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

 a { background-color: rgb(17,157,185); }

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

border-color css

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

 span { border-color: rgb(17,157,185); }

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