Html Css Color HEX #119DB7 Bondi Blue

📋 copy color: '#119DB7'

red 17 ◦ green 157 ◦ blue 183

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

Shades of Bondi Blue #119DB7

Tints of Bondi Blue #119DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 4.76%
G = 43.98%
B = 51.26%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#119DB7 (or 0x119DB7) is known color: Bondi Blue. HEX triplet: 11, 9D and B7. RGB value is (17,157,183). Sum of RGB (Red+Green+Blue) = 17+157+183=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #119DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DB7 is #EE6248. Grayscale: #757575. Windows color (decimal): -15622729 or 12033297. OLE color: 12033297.

HSL color Cylindrical-coordinate representation of color #119DB7: hue angle of 189.4º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119DB7 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 157 183 -
CMYK 0.91 0.14 0 0.28
HSL 189.4º 0.83% 0.39% -
HSV(B) 189.4º 0.91% 0.72% -
XYZ 20.84 27.65 49.04 -
YUV 118.1 164.62 55.89 -
System Red Green Blue C M Y K H S L
Decimal 17 157 183 0.91 0.14 0 0.28 189.4 0.83 0.39
Hex 11 9D B7 5B E 0 1C BD 53 27
Octal 21 235 267 133 16 0 34 275 123 47
Binary 10001 10011101 10110111 1011011 1110 0 11100 10111101 1010011 100111

Color Harmonies of #119DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DB7

Black with #119DB7

Text Example


Text Example

White with #119DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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