Html Css Color HEX #119BAF Bondi Blue

📋 copy color: '#119BAF'

red 17 ◦ green 155 ◦ blue 175

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

Shades of Bondi Blue #119BAF

Tints of Bondi Blue #119BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

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

R = 4.9%
G = 44.67%
B = 50.43%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#119BAF (or 0x119BAF) is known color: Bondi Blue. HEX triplet: 11, 9B and AF. RGB value is (17,155,175). Sum of RGB (Red+Green+Blue) = 17+155+175=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #119BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BAF is #EE6450. Grayscale: #737373. Windows color (decimal): -15623249 or 11508497. OLE color: 11508497.

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

Color convert

RGB 17 155 175 -
CMYK 0.90 0.11 0 0.31
HSL 187.59º 0.82% 0.38% -
HSV(B) 187.59º 0.9% 0.69% -
XYZ 19.69 26.66 44.66 -
YUV 116.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 17 155 175 0.90 0.11 0 0.31 187.59 0.82 0.38
Hex 11 9B AF 5A B 0 1F BC 52 26
Octal 21 233 257 132 13 0 37 274 122 46
Binary 10001 10011011 10101111 1011010 1011 0 11111 10111100 1010010 100110

Color Harmonies of #119BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BAF

Black with #119BAF

Text Example


Text Example

White with #119BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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