Html Css Color HEX #1389AE Bondi Blue

📋 copy color: '#1389AE'

red 19 ◦ green 137 ◦ blue 174

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

Shades of Bondi Blue #1389AE

Tints of Bondi Blue #1389AE

RGB

 RED value IS 19 (7.81% from 255) = 5.76%

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 5.76%
G = 41.52%
B = 52.73%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1389AE (or 0x1389AE) is known color: Bondi Blue. HEX triplet: 13, 89 and AE. RGB value is (19,137,174). Sum of RGB (Red+Green+Blue) = 19+137+174=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #1389AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1389AE is #EC7651. Grayscale: #696969. Windows color (decimal): -15496786 or 11438355. OLE color: 11438355.

HSL color Cylindrical-coordinate representation of color #1389AE: hue angle of 194.32º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1389AE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 137 174 -
CMYK 0.89 0.21 0 0.32
HSL 194.32º 0.8% 0.38% -
HSV(B) 194.32º 0.89% 0.68% -
XYZ 16.85 21.09 43.23 -
YUV 105.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 19 137 174 0.89 0.21 0 0.32 194.32 0.8 0.38
Hex 13 89 AE 59 15 0 20 C2 50 26
Octal 23 211 256 131 25 0 40 302 120 46
Binary 10011 10001001 10101110 1011001 10101 0 100000 11000010 1010000 100110

Color Harmonies of #1389AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389AE

Black with #1389AE

Text Example


Text Example

White with #1389AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,137,174); }

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

background-color css

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

 a { background-color: rgb(19,137,174); }

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

border-color css

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

 span { border-color: rgb(19,137,174); }

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