Html Css Color HEX #1393BA Bondi Blue

📋 copy color: '#1393BA'

red 19 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #1393BA

Tints of Bondi Blue #1393BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 5.4%
G = 41.76%
B = 52.84%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1393BA (or 0x1393BA) is known color: Bondi Blue. HEX triplet: 13, 93 and BA. RGB value is (19,147,186). Sum of RGB (Red+Green+Blue) = 19+147+186=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #1393BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1393BA is #EC6C45. Grayscale: #707070. Windows color (decimal): -15494214 or 12227347. OLE color: 12227347.

HSL color Cylindrical-coordinate representation of color #1393BA: hue angle of 194.01º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1393BA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 147 186 -
CMYK 0.90 0.21 0 0.27
HSL 194.01º 0.81% 0.4% -
HSV(B) 194.01º 0.9% 0.73% -
XYZ 19.57 24.55 50.16 -
YUV 113.17 169.09 60.83 -
System Red Green Blue C M Y K H S L
Decimal 19 147 186 0.90 0.21 0 0.27 194.01 0.81 0.4
Hex 13 93 BA 5A 15 0 1B C2 51 28
Octal 23 223 272 132 25 0 33 302 121 50
Binary 10011 10010011 10111010 1011010 10101 0 11011 11000010 1010001 101000

Color Harmonies of #1393BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393BA

Black with #1393BA

Text Example


Text Example

White with #1393BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1393BA; }

 p { color: rgb(19,147,186); }

 H1.HeaderClassName
 {
   color: #1393BA;
 }
 .AnyTagClassName
 {
   color: #1393BA;
 }
</style>

background-color css

<style>
 a { background-color: #1393BA; }

 a { background-color: rgb(19,147,186); }

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

border-color css

<style>
 span { border-color: #1393BA; }

 span { border-color: rgb(19,147,186); }

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