Html Css Color HEX #119CBA Bondi Blue

📋 copy color: '#119CBA'

red 17 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #119CBA

Tints of Bondi Blue #119CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.45%

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

R = 4.74%
G = 43.45%
B = 51.81%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#119CBA (or 0x119CBA) is known color: Bondi Blue. HEX triplet: 11, 9C and BA. RGB value is (17,156,186). Sum of RGB (Red+Green+Blue) = 17+156+186=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #119CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CBA is #EE6345. Grayscale: #757575. Windows color (decimal): -15622982 or 12229649. OLE color: 12229649.

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

Color convert

RGB 17 156 186 -
CMYK 0.91 0.16 0 0.27
HSL 190.65º 0.83% 0.4% -
HSV(B) 190.65º 0.91% 0.73% -
XYZ 20.98 27.44 50.65 -
YUV 117.86 166.45 56.06 -
System Red Green Blue C M Y K H S L
Decimal 17 156 186 0.91 0.16 0 0.27 190.65 0.83 0.4
Hex 11 9C BA 5B 10 0 1B BF 53 28
Octal 21 234 272 133 20 0 33 277 123 50
Binary 10001 10011100 10111010 1011011 10000 0 11011 10111111 1010011 101000

Color Harmonies of #119CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CBA

Black with #119CBA

Text Example


Text Example

White with #119CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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