Html Css Color HEX #119DAE Bondi Blue

📋 copy color: '#119DAE'

red 17 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #119DAE

Tints of Bondi Blue #119DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 4.89%
G = 45.11%
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

#119DAE (or 0x119DAE) is known color: Bondi Blue. HEX triplet: 11, 9D and AE. RGB value is (17,157,174). Sum of RGB (Red+Green+Blue) = 17+157+174=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #119DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DAE is #EE6251. Grayscale: #747474. Windows color (decimal): -15622738 or 11443473. OLE color: 11443473.

HSL color Cylindrical-coordinate representation of color #119DAE: hue angle of 186.5º 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 #119DAE is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 157 174 -
CMYK 0.90 0.10 0 0.32
HSL 186.5º 0.82% 0.37% -
HSV(B) 186.5º 0.9% 0.68% -
XYZ 19.93 27.29 44.26 -
YUV 117.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 17 157 174 0.90 0.10 0 0.32 186.5 0.82 0.37
Hex 11 9D AE 5A A 0 20 BA 52 25
Octal 21 235 256 132 12 0 40 272 122 45
Binary 10001 10011101 10101110 1011010 1010 0 100000 10111010 1010010 100101

Color Harmonies of #119DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DAE

Black with #119DAE

Text Example


Text Example

White with #119DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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