Html Css Color HEX #119CAD Bondi Blue

📋 copy color: '#119CAD'

red 17 ◦ green 156 ◦ blue 173

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

Shades of Bondi Blue #119CAD

Tints of Bondi Blue #119CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 4.91%
G = 45.09%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#119CAD (or 0x119CAD) is known color: Bondi Blue. HEX triplet: 11, 9C and AD. RGB value is (17,156,173). Sum of RGB (Red+Green+Blue) = 17+156+173=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #119CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119CAD is #EE6352. Grayscale: #747474. Windows color (decimal): -15622995 or 11377681. OLE color: 11377681.

HSL color Cylindrical-coordinate representation of color #119CAD: hue angle of 186.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119CAD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 156 173 -
CMYK 0.90 0.10 0 0.32
HSL 186.54º 0.82% 0.37% -
HSV(B) 186.54º 0.9% 0.68% -
XYZ 19.66 26.91 43.69 -
YUV 116.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 17 156 173 0.90 0.10 0 0.32 186.54 0.82 0.37
Hex 11 9C AD 5A A 0 20 BB 52 25
Octal 21 234 255 132 12 0 40 273 122 45
Binary 10001 10011100 10101101 1011010 1010 0 100000 10111011 1010010 100101

Color Harmonies of #119CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CAD

Black with #119CAD

Text Example


Text Example

White with #119CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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