Html Css Color HEX #1194BF Bondi Blue

📋 copy color: '#1194BF'

red 17 ◦ green 148 ◦ blue 191

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

Shades of Bondi Blue #1194BF

Tints of Bondi Blue #1194BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.65%

R = 4.78%
G = 41.57%
B = 53.65%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1194BF (or 0x1194BF) is known color: Bondi Blue. HEX triplet: 11, 94 and BF. RGB value is (17,148,191). Sum of RGB (Red+Green+Blue) = 17+148+191=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #1194BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194BF is #EE6B40. Grayscale: #717171. Windows color (decimal): -15625025 or 12555281. OLE color: 12555281.

HSL color Cylindrical-coordinate representation of color #1194BF: hue angle of 194.83º 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 #1194BF is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 148 191 -
CMYK 0.91 0.23 0 0.25
HSL 194.83º 0.84% 0.41% -
HSV(B) 194.83º 0.91% 0.75% -
XYZ 20.23 25.06 53.06 -
YUV 113.73 171.6 59 -
System Red Green Blue C M Y K H S L
Decimal 17 148 191 0.91 0.23 0 0.25 194.83 0.84 0.41
Hex 11 94 BF 5B 17 0 19 C3 54 29
Octal 21 224 277 133 27 0 31 303 124 51
Binary 10001 10010100 10111111 1011011 10111 0 11001 11000011 1010100 101001

Color Harmonies of #1194BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194BF

Black with #1194BF

Text Example


Text Example

White with #1194BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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