#1398BA

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

Shades of Bondi Blue #1398BA

Tints of Bondi Blue #1398BA

Color information

#1398BA (or 0x1398BA) is unknown color: approx Bondi Blue. HEX triplet: 13, 98 and BA. RGB value is (19,152,186). Sum of RGB (Red+Green+Blue) = 19+152+186=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #1398BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1398BA is #EC6745. Grayscale: #737373. Windows color (decimal): -15492934 or 12228627. OLE color: 12228627.

HSL color Cylindrical-coordinate representation of color #1398BA: hue angle of 192.22º 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 #1398BA is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19152186-
CMYK0.900.1800.27
HSL192.22º81.46%40.2%-
HSV(B)192.22º89.78%72.94%-
XYZ20.3626.1450.43-
YUV116.11167.4458.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=5.32%
G=42.58%
B=52.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191521860.900.1800.27192.2281.4640.2
Hex1398BA5A1201Bc05128
Octal232302721322203330012150
Binary100111001100010111010101101010010011011110000001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1398BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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