Html Css Color HEX #1393BD Bondi Blue

📋 copy color: '#1393BD'

red 19 ◦ green 147 ◦ blue 189

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

Shades of Bondi Blue #1393BD

Tints of Bondi Blue #1393BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 5.35%
G = 41.41%
B = 53.24%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1393BD (or 0x1393BD) is known color: Bondi Blue. HEX triplet: 13, 93 and BD. RGB value is (19,147,189). Sum of RGB (Red+Green+Blue) = 19+147+189=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1393BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1393BD is #EC6C42. Grayscale: #717171. Windows color (decimal): -15494211 or 12423955. OLE color: 12423955.

HSL color Cylindrical-coordinate representation of color #1393BD: hue angle of 194.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1393BD is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 147 189 -
CMYK 0.90 0.22 0 0.26
HSL 194.82º 0.82% 0.41% -
HSV(B) 194.82º 0.9% 0.74% -
XYZ 19.89 24.68 51.86 -
YUV 113.52 170.59 60.58 -
System Red Green Blue C M Y K H S L
Decimal 19 147 189 0.90 0.22 0 0.26 194.82 0.82 0.41
Hex 13 93 BD 5A 16 0 1A C3 52 29
Octal 23 223 275 132 26 0 32 303 122 51
Binary 10011 10010011 10111101 1011010 10110 0 11010 11000011 1010010 101001

Color Harmonies of #1393BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393BD

Black with #1393BD

Text Example


Text Example

White with #1393BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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