#1397BC

Color #1397BC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1397BC

Tints of Bondi Blue #1397BC

Color information

#1397BC (or 0x1397BC) is unknown color: approx Bondi Blue. HEX triplet: 13, 97 and BC. RGB value is (19,151,188). Sum of RGB (Red+Green+Blue) = 19+151+188=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #1397BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397BC is #EC6843. Grayscale: #737373. Windows color (decimal): -15493188 or 12359443. OLE color: 12359443.

HSL color Cylindrical-coordinate representation of color #1397BC: hue angle of 193.14º 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 #1397BC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19151188-
CMYK0.900.2000.26
HSL193.14º81.64%40.59%-
HSV(B)193.14º89.89%73.73%-
XYZ20.4125.951.5-
YUV115.75168.7758.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.31%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=5.31%
G=42.18%
B=52.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191511880.900.2000.26193.1481.6440.59
Hex1397BC5A1401Ac15229
Octal232272741322403230112251
Binary100111001011110111100101101010100011010110000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1397BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1397BC; }

 p { color: rgb(19,151,188); }

 H1.HeaderClassName
 {
   color: #1397BC;
 }
 .AnyTagClassName
 {
   color: #1397BC;
 }
</style>
background-color css

<style>
 a { background-color: #1397BC; }

 a { background-color: rgb(19,151,188); }

 div.DivClassName
 {
   background-color: #1397BC;
 }
 .BgClassName
 {
   background-color: #1397BC;
 }
</style>
border-color css

<style>
 span { border-color: #1397BC; }

 span { border-color: rgb(19,151,188); }

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