#1396BC

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

Shades of Bondi Blue #1396BC

Tints of Bondi Blue #1396BC

Color information

#1396BC (or 0x1396BC) is unknown color: approx Bondi Blue. HEX triplet: 13, 96 and BC. RGB value is (19,150,188). Sum of RGB (Red+Green+Blue) = 19+150+188=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #1396BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396BC is #EC6943. Grayscale: #727272. Windows color (decimal): -15493444 or 12359187. OLE color: 12359187.

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

Color convert

RGB19150188-
CMYK0.900.2000.26
HSL193.49º81.64%40.59%-
HSV(B)193.49º89.89%73.73%-
XYZ20.2525.5851.45-
YUV115.16169.159.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=5.32%
G=42.02%
B=52.66%

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
Decimal191501880.900.2000.26193.4981.6440.59
Hex1396BC5A1401Ac15229
Octal232262741322403230112251
Binary100111001011010111100101101010100011010110000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1396BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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