Html Css Color HEX #1093BE Bondi Blue

📋 copy color: '#1093BE'

red 16 ◦ green 147 ◦ blue 190

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

Shades of Bondi Blue #1093BE

Tints of Bondi Blue #1093BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

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

R = 4.53%
G = 41.64%
B = 53.82%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1093BE (or 0x1093BE) is known color: Bondi Blue. HEX triplet: 10, 93 and BE. RGB value is (16,147,190). Sum of RGB (Red+Green+Blue) = 16+147+190=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #1093BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1093BE is #EF6C41. Grayscale: #707070. Windows color (decimal): -15690818 or 12489488. OLE color: 12489488.

HSL color Cylindrical-coordinate representation of color #1093BE: hue angle of 194.83º 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 #1093BE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 147 190 -
CMYK 0.92 0.23 0 0.25
HSL 194.83º 0.84% 0.4% -
HSV(B) 194.83º 0.92% 0.75% -
XYZ 19.94 24.7 52.43 -
YUV 112.73 171.6 59 -
System Red Green Blue C M Y K H S L
Decimal 16 147 190 0.92 0.23 0 0.25 194.83 0.84 0.4
Hex 10 93 BE 5C 17 0 19 C3 54 28
Octal 20 223 276 134 27 0 31 303 124 50
Binary 10000 10010011 10111110 1011100 10111 0 11001 11000011 1010100 101000

Color Harmonies of #1093BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1093BE

Black with #1093BE

Text Example


Text Example

White with #1093BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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