Html Css Color HEX #119DB3 Bondi Blue

📋 copy color: '#119DB3'

red 17 ◦ green 157 ◦ blue 179

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

Shades of Bondi Blue #119DB3

Tints of Bondi Blue #119DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 4.82%
G = 44.48%
B = 50.71%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#119DB3 (or 0x119DB3) is known color: Bondi Blue. HEX triplet: 11, 9D and B3. RGB value is (17,157,179). Sum of RGB (Red+Green+Blue) = 17+157+179=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #119DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DB3 is #EE624C. Grayscale: #757575. Windows color (decimal): -15622733 or 11771153. OLE color: 11771153.

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

Color convert

RGB 17 157 179 -
CMYK 0.91 0.12 0 0.30
HSL 188.15º 0.83% 0.38% -
HSV(B) 188.15º 0.91% 0.7% -
XYZ 20.42 27.49 46.88 -
YUV 117.65 162.62 56.21 -
System Red Green Blue C M Y K H S L
Decimal 17 157 179 0.91 0.12 0 0.30 188.15 0.83 0.38
Hex 11 9D B3 5B C 0 1E BC 53 26
Octal 21 235 263 133 14 0 36 274 123 46
Binary 10001 10011101 10110011 1011011 1100 0 11110 10111100 1010011 100110

Color Harmonies of #119DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DB3

Black with #119DB3

Text Example


Text Example

White with #119DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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