Html Css Color HEX #119EBA Bondi Blue

📋 copy color: '#119EBA'

red 17 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #119EBA

Tints of Bondi Blue #119EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

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

R = 4.71%
G = 43.77%
B = 51.52%

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

#119EBA (or 0x119EBA) is known color: Bondi Blue. HEX triplet: 11, 9E and BA. RGB value is (17,158,186). Sum of RGB (Red+Green+Blue) = 17+158+186=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #119EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EBA is #EE6145. Grayscale: #767676. Windows color (decimal): -15622470 or 12230161. OLE color: 12230161.

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

Color convert

RGB 17 158 186 -
CMYK 0.91 0.15 0 0.27
HSL 189.94º 0.83% 0.4% -
HSV(B) 189.94º 0.91% 0.73% -
XYZ 21.32 28.12 50.76 -
YUV 119.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 17 158 186 0.91 0.15 0 0.27 189.94 0.83 0.4
Hex 11 9E BA 5B F 0 1B BE 53 28
Octal 21 236 272 133 17 0 33 276 123 50
Binary 10001 10011110 10111010 1011011 1111 0 11011 10111110 1010011 101000

Color Harmonies of #119EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EBA

Black with #119EBA

Text Example


Text Example

White with #119EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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