Html Css Color HEX #1194BE Bondi Blue

📋 copy color: '#1194BE'

red 17 ◦ green 148 ◦ blue 190

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

Shades of Bondi Blue #1194BE

Tints of Bondi Blue #1194BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 4.79%
G = 41.69%
B = 53.52%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1194BE (or 0x1194BE) is known color: Bondi Blue. HEX triplet: 11, 94 and BE. RGB value is (17,148,190). Sum of RGB (Red+Green+Blue) = 17+148+190=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #1194BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194BE is #EE6B41. Grayscale: #717171. Windows color (decimal): -15625026 or 12489745. OLE color: 12489745.

HSL color Cylindrical-coordinate representation of color #1194BE: hue angle of 194.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1194BE is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 148 190 -
CMYK 0.91 0.22 0 0.25
HSL 194.57º 0.84% 0.41% -
HSV(B) 194.57º 0.91% 0.75% -
XYZ 20.12 25.02 52.48 -
YUV 113.62 171.1 59.08 -
System Red Green Blue C M Y K H S L
Decimal 17 148 190 0.91 0.22 0 0.25 194.57 0.84 0.41
Hex 11 94 BE 5B 16 0 19 C3 54 29
Octal 21 224 276 133 26 0 31 303 124 51
Binary 10001 10010100 10111110 1011011 10110 0 11001 11000011 1010100 101001

Color Harmonies of #1194BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194BE

Black with #1194BE

Text Example


Text Example

White with #1194BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1194BE; }

 p { color: rgb(17,148,190); }

 H1.HeaderClassName
 {
   color: #1194BE;
 }
 .AnyTagClassName
 {
   color: #1194BE;
 }
</style>

background-color css

<style>
 a { background-color: #1194BE; }

 a { background-color: rgb(17,148,190); }

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

border-color css

<style>
 span { border-color: #1194BE; }

 span { border-color: rgb(17,148,190); }

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