Html Css Color HEX #1198BD Bondi Blue

📋 copy color: '#1198BD'

red 17 ◦ green 152 ◦ blue 189

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

Shades of Bondi Blue #1198BD

Tints of Bondi Blue #1198BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 4.75%
G = 42.46%
B = 52.79%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1198BD (or 0x1198BD) is known color: Bondi Blue. HEX triplet: 11, 98 and BD. RGB value is (17,152,189). Sum of RGB (Red+Green+Blue) = 17+152+189=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #1198BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198BD is #EE6742. Grayscale: #737373. Windows color (decimal): -15624003 or 12425233. OLE color: 12425233.

HSL color Cylindrical-coordinate representation of color #1198BD: hue angle of 192.91º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1198BD is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 152 189 -
CMYK 0.91 0.20 0 0.26
HSL 192.91º 0.83% 0.4% -
HSV(B) 192.91º 0.91% 0.74% -
XYZ 20.64 26.25 52.12 -
YUV 115.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 17 152 189 0.91 0.20 0 0.26 192.91 0.83 0.4
Hex 11 98 BD 5B 14 0 1A C1 53 28
Octal 21 230 275 133 24 0 32 301 123 50
Binary 10001 10011000 10111101 1011011 10100 0 11010 11000001 1010011 101000

Color Harmonies of #1198BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198BD

Black with #1198BD

Text Example


Text Example

White with #1198BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1198BD; }

 p { color: rgb(17,152,189); }

 H1.HeaderClassName
 {
   color: #1198BD;
 }
 .AnyTagClassName
 {
   color: #1198BD;
 }
</style>

background-color css

<style>
 a { background-color: #1198BD; }

 a { background-color: rgb(17,152,189); }

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

border-color css

<style>
 span { border-color: #1198BD; }

 span { border-color: rgb(17,152,189); }

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