Html Css Color HEX #1096BD Bondi Blue

📋 copy color: '#1096BD'

red 16 ◦ green 150 ◦ blue 189

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

Shades of Bondi Blue #1096BD

Tints of Bondi Blue #1096BD

RGB

 RED value IS 16 (6.64% from 255) = 4.51%

 GREEN value IS 150 (58.98% from 255) = 42.25%

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 4.51%
G = 42.25%
B = 53.24%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1096BD (or 0x1096BD) is known color: Bondi Blue. HEX triplet: 10, 96 and BD. RGB value is (16,150,189). Sum of RGB (Red+Green+Blue) = 16+150+189=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1096BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096BD is #EF6942. Grayscale: #727272. Windows color (decimal): -15690051 or 12424720. OLE color: 12424720.

HSL color Cylindrical-coordinate representation of color #1096BD: hue angle of 193.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096BD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 150 189 -
CMYK 0.92 0.21 0 0.26
HSL 193.53º 0.84% 0.4% -
HSV(B) 193.53º 0.92% 0.74% -
XYZ 20.31 25.6 52.01 -
YUV 114.38 170.11 57.83 -
System Red Green Blue C M Y K H S L
Decimal 16 150 189 0.92 0.21 0 0.26 193.53 0.84 0.4
Hex 10 96 BD 5C 15 0 1A C2 54 28
Octal 20 226 275 134 25 0 32 302 124 50
Binary 10000 10010110 10111101 1011100 10101 0 11010 11000010 1010100 101000

Color Harmonies of #1096BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096BD

Black with #1096BD

Text Example


Text Example

White with #1096BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1096BD; }

 p { color: rgb(16,150,189); }

 H1.HeaderClassName
 {
   color: #1096BD;
 }
 .AnyTagClassName
 {
   color: #1096BD;
 }
</style>

background-color css

<style>
 a { background-color: #1096BD; }

 a { background-color: rgb(16,150,189); }

 div.DivClassName
 {
   background-color: #1096BD;
 }
 .BgClassName
 {
   background-color: #1096BD;
 }
</style>

border-color css

<style>
 span { border-color: #1096BD; }

 span { border-color: rgb(16,150,189); }

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