Html Css Color HEX #1396BC Bondi Blue

📋 copy color: '#1396BC'

red 19 ◦ green 150 ◦ blue 188

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

Shades of Bondi Blue #1396BC

Tints of Bondi Blue #1396BC

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 value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1396BC (or 0x1396BC) is known color: 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

RGB 19 150 188 -
CMYK 0.90 0.20 0 0.26
HSL 193.49º 0.82% 0.41% -
HSV(B) 193.49º 0.9% 0.74% -
XYZ 20.25 25.58 51.45 -
YUV 115.16 169.1 59.41 -
System Red Green Blue C M Y K H S L
Decimal 19 150 188 0.90 0.20 0 0.26 193.49 0.82 0.41
Hex 13 96 BC 5A 14 0 1A C1 52 29
Octal 23 226 274 132 24 0 32 301 122 51
Binary 10011 10010110 10111100 1011010 10100 0 11010 11000001 1010010 101001

Color Harmonies of #1396BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396BC

Black with #1396BC

Text Example


Text Example

White with #1396BC

Text Example


Text Example

HTML Codes & Css Web 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>