Html Css Color HEX #118AAE Bondi Blue

📋 copy color: '#118AAE'

red 17 ◦ green 138 ◦ blue 174

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

Shades of Bondi Blue #118AAE

Tints of Bondi Blue #118AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.95%

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

R = 5.17%
G = 41.95%
B = 52.89%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#118AAE (or 0x118AAE) is known color: Bondi Blue. HEX triplet: 11, 8A and AE. RGB value is (17,138,174). Sum of RGB (Red+Green+Blue) = 17+138+174=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #118AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118AAE is #EE7551. Grayscale: #696969. Windows color (decimal): -15627602 or 11438609. OLE color: 11438609.

HSL color Cylindrical-coordinate representation of color #118AAE: hue angle of 193.76º 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 #118AAE is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 138 174 -
CMYK 0.90 0.21 0 0.32
HSL 193.76º 0.82% 0.37% -
HSV(B) 193.76º 0.9% 0.68% -
XYZ 16.96 21.35 43.27 -
YUV 105.93 166.41 64.57 -
System Red Green Blue C M Y K H S L
Decimal 17 138 174 0.90 0.21 0 0.32 193.76 0.82 0.37
Hex 11 8A AE 5A 15 0 20 C2 52 25
Octal 21 212 256 132 25 0 40 302 122 45
Binary 10001 10001010 10101110 1011010 10101 0 100000 11000010 1010010 100101

Color Harmonies of #118AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118AAE

Black with #118AAE

Text Example


Text Example

White with #118AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118AAE; }

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

 H1.HeaderClassName
 {
   color: #118AAE;
 }
 .AnyTagClassName
 {
   color: #118AAE;
 }
</style>

background-color css

<style>
 a { background-color: #118AAE; }

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

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

border-color css

<style>
 span { border-color: #118AAE; }

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

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