Html Css Color HEX #1198AE Bondi Blue

📋 copy color: '#1198AE'

red 17 ◦ green 152 ◦ blue 174

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

Shades of Bondi Blue #1198AE

Tints of Bondi Blue #1198AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 4.96%
G = 44.31%
B = 50.73%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1198AE (or 0x1198AE) is known color: Bondi Blue. HEX triplet: 11, 98 and AE. RGB value is (17,152,174). Sum of RGB (Red+Green+Blue) = 17+152+174=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #1198AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1198AE is #EE6751. Grayscale: #717171. Windows color (decimal): -15624018 or 11442193. OLE color: 11442193.

HSL color Cylindrical-coordinate representation of color #1198AE: hue angle of 188.41º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1198AE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 152 174 -
CMYK 0.90 0.13 0 0.32
HSL 188.41º 0.82% 0.37% -
HSV(B) 188.41º 0.9% 0.68% -
XYZ 19.1 25.63 43.99 -
YUV 114.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 17 152 174 0.90 0.13 0 0.32 188.41 0.82 0.37
Hex 11 98 AE 5A D 0 20 BC 52 25
Octal 21 230 256 132 15 0 40 274 122 45
Binary 10001 10011000 10101110 1011010 1101 0 100000 10111100 1010010 100101

Color Harmonies of #1198AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198AE

Black with #1198AE

Text Example


Text Example

White with #1198AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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