Html Css Color HEX #1095BD Bondi Blue

📋 copy color: '#1095BD'

red 16 ◦ green 149 ◦ blue 189

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

Shades of Bondi Blue #1095BD

Tints of Bondi Blue #1095BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 4.52%
G = 42.09%
B = 53.39%

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

#1095BD (or 0x1095BD) is known color: Bondi Blue. HEX triplet: 10, 95 and BD. RGB value is (16,149,189). Sum of RGB (Red+Green+Blue) = 16+149+189=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #1095BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095BD is #EF6A42. Grayscale: #717171. Windows color (decimal): -15690307 or 12424464. OLE color: 12424464.

HSL color Cylindrical-coordinate representation of color #1095BD: hue angle of 193.87º 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 #1095BD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 149 189 -
CMYK 0.92 0.21 0 0.26
HSL 193.87º 0.84% 0.4% -
HSV(B) 193.87º 0.92% 0.74% -
XYZ 20.15 25.28 51.96 -
YUV 113.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 16 149 189 0.92 0.21 0 0.26 193.87 0.84 0.4
Hex 10 95 BD 5C 15 0 1A C2 54 28
Octal 20 225 275 134 25 0 32 302 124 50
Binary 10000 10010101 10111101 1011100 10101 0 11010 11000010 1010100 101000

Color Harmonies of #1095BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095BD

Black with #1095BD

Text Example


Text Example

White with #1095BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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