Html Css Color HEX #119DAF Bondi Blue

📋 copy color: '#119DAF'

red 17 ◦ green 157 ◦ blue 175

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

Shades of Bondi Blue #119DAF

Tints of Bondi Blue #119DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 4.87%
G = 44.99%
B = 50.14%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#119DAF (or 0x119DAF) is known color: Bondi Blue. HEX triplet: 11, 9D and AF. RGB value is (17,157,175). Sum of RGB (Red+Green+Blue) = 17+157+175=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #119DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DAF is #EE6250. Grayscale: #747474. Windows color (decimal): -15622737 or 11509009. OLE color: 11509009.

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

Color convert

RGB 17 157 175 -
CMYK 0.90 0.10 0 0.31
HSL 186.84º 0.82% 0.38% -
HSV(B) 186.84º 0.9% 0.69% -
XYZ 20.03 27.33 44.78 -
YUV 117.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 17 157 175 0.90 0.10 0 0.31 186.84 0.82 0.38
Hex 11 9D AF 5A A 0 1F BB 52 26
Octal 21 235 257 132 12 0 37 273 122 46
Binary 10001 10011101 10101111 1011010 1010 0 11111 10111011 1010010 100110

Color Harmonies of #119DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DAF

Black with #119DAF

Text Example


Text Example

White with #119DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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