Html Css Color HEX #119FB2 Bondi Blue

📋 copy color: '#119FB2'

red 17 ◦ green 159 ◦ blue 178

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

Shades of Bondi Blue #119FB2

Tints of Bondi Blue #119FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.92%

 BLUE value IS 178 (69.92% from 255) = 50.28%

R = 4.8%
G = 44.92%
B = 50.28%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#119FB2 (or 0x119FB2) is known color: Bondi Blue. HEX triplet: 11, 9F and B2. RGB value is (17,159,178). Sum of RGB (Red+Green+Blue) = 17+159+178=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #119FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FB2 is #EE604D. Grayscale: #767676. Windows color (decimal): -15622222 or 11706129. OLE color: 11706129.

HSL color Cylindrical-coordinate representation of color #119FB2: hue angle of 187.08º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119FB2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 159 178 -
CMYK 0.90 0.11 0 0.30
HSL 187.08º 0.83% 0.38% -
HSV(B) 187.08º 0.9% 0.7% -
XYZ 20.67 28.13 46.46 -
YUV 118.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 17 159 178 0.90 0.11 0 0.30 187.08 0.83 0.38
Hex 11 9F B2 5A B 0 1E BB 53 26
Octal 21 237 262 132 13 0 36 273 123 46
Binary 10001 10011111 10110010 1011010 1011 0 11110 10111011 1010011 100110

Color Harmonies of #119FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FB2

Black with #119FB2

Text Example


Text Example

White with #119FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,159,178); }

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

background-color css

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

 a { background-color: rgb(17,159,178); }

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

border-color css

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

 span { border-color: rgb(17,159,178); }

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