Html Css Color HEX #1095BE Bondi Blue

📋 copy color: '#1095BE'

red 16 ◦ green 149 ◦ blue 190

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

Shades of Bondi Blue #1095BE

Tints of Bondi Blue #1095BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 4.51%
G = 41.97%
B = 53.52%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1095BE (or 0x1095BE) is known color: Bondi Blue. HEX triplet: 10, 95 and BE. RGB value is (16,149,190). Sum of RGB (Red+Green+Blue) = 16+149+190=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #1095BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095BE is #EF6A41. Grayscale: #717171. Windows color (decimal): -15690306 or 12490000. OLE color: 12490000.

HSL color Cylindrical-coordinate representation of color #1095BE: hue angle of 194.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1095BE is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 149 190 -
CMYK 0.92 0.22 0 0.25
HSL 194.14º 0.84% 0.4% -
HSV(B) 194.14º 0.92% 0.75% -
XYZ 20.26 25.32 52.54 -
YUV 113.91 170.94 58.17 -
System Red Green Blue C M Y K H S L
Decimal 16 149 190 0.92 0.22 0 0.25 194.14 0.84 0.4
Hex 10 95 BE 5C 16 0 19 C2 54 28
Octal 20 225 276 134 26 0 31 302 124 50
Binary 10000 10010101 10111110 1011100 10110 0 11001 11000010 1010100 101000

Color Harmonies of #1095BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095BE

Black with #1095BE

Text Example


Text Example

White with #1095BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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