Html Css Color HEX #119EAF Bondi Blue

📋 copy color: '#119EAF'

red 17 ◦ green 158 ◦ blue 175

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

Shades of Bondi Blue #119EAF

Tints of Bondi Blue #119EAF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 4.86%
G = 45.14%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#119EAF (or 0x119EAF) is known color: Bondi Blue. HEX triplet: 11, 9E and AF. RGB value is (17,158,175). Sum of RGB (Red+Green+Blue) = 17+158+175=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #119EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119EAF is #EE6150. Grayscale: #757575. Windows color (decimal): -15622481 or 11509265. OLE color: 11509265.

HSL color Cylindrical-coordinate representation of color #119EAF: hue angle of 186.46º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119EAF is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 158 175 -
CMYK 0.90 0.10 0 0.31
HSL 186.46º 0.82% 0.38% -
HSV(B) 186.46º 0.9% 0.69% -
XYZ 20.2 27.67 44.83 -
YUV 117.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 17 158 175 0.90 0.10 0 0.31 186.46 0.82 0.38
Hex 11 9E AF 5A A 0 1F BA 52 26
Octal 21 236 257 132 12 0 37 272 122 46
Binary 10001 10011110 10101111 1011010 1010 0 11111 10111010 1010010 100110

Color Harmonies of #119EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EAF

Black with #119EAF

Text Example


Text Example

White with #119EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119EAF; }

 p { color: rgb(17,158,175); }

 H1.HeaderClassName
 {
   color: #119EAF;
 }
 .AnyTagClassName
 {
   color: #119EAF;
 }
</style>

background-color css

<style>
 a { background-color: #119EAF; }

 a { background-color: rgb(17,158,175); }

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

border-color css

<style>
 span { border-color: #119EAF; }

 span { border-color: rgb(17,158,175); }

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