Html Css Color HEX #119EAE Bondi Blue

📋 copy color: '#119EAE'

red 17 ◦ green 158 ◦ blue 174

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

Shades of Bondi Blue #119EAE

Tints of Bondi Blue #119EAE

RGB

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

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

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

R = 4.87%
G = 45.27%
B = 49.86%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#119EAE (or 0x119EAE) is known color: Bondi Blue. HEX triplet: 11, 9E and AE. RGB value is (17,158,174). Sum of RGB (Red+Green+Blue) = 17+158+174=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #119EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119EAE is #EE6151. Grayscale: #757575. Windows color (decimal): -15622482 or 11443729. OLE color: 11443729.

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

Color convert

RGB 17 158 174 -
CMYK 0.90 0.09 0 0.32
HSL 186.11º 0.82% 0.37% -
HSV(B) 186.11º 0.9% 0.68% -
XYZ 20.1 27.63 44.32 -
YUV 117.67 159.79 56.2 -
System Red Green Blue C M Y K H S L
Decimal 17 158 174 0.90 0.09 0 0.32 186.11 0.82 0.37
Hex 11 9E AE 5A 9 0 20 BA 52 25
Octal 21 236 256 132 11 0 40 272 122 45
Binary 10001 10011110 10101110 1011010 1001 0 100000 10111010 1010010 100101

Color Harmonies of #119EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EAE

Black with #119EAE

Text Example


Text Example

White with #119EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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