#1397BB

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

Shades of Bondi Blue #1397BB

Tints of Bondi Blue #1397BB

Color information

#1397BB (or 0x1397BB) is unknown color: approx Bondi Blue. HEX triplet: 13, 97 and BB. RGB value is (19,151,187). Sum of RGB (Red+Green+Blue) = 19+151+187=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #1397BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397BB is #EC6844. Grayscale: #737373. Windows color (decimal): -15493189 or 12293907. OLE color: 12293907.

HSL color Cylindrical-coordinate representation of color #1397BB: hue angle of 192.86º degrees, saturation: 0.82, 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 #1397BB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19151187-
CMYK0.900.1900.27
HSL192.86º81.55%40.39%-
HSV(B)192.86º89.84%73.33%-
XYZ20.325.8650.93-
YUV115.64168.2759.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=5.32%
G=42.30%
B=52.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191511870.900.1900.27192.8681.5540.39
Hex1397BB5A1301Bc15228
Octal232272731322303330112250
Binary100111001011110111011101101010011011011110000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1397BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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