Html Css Color HEX #1093BB Bondi Blue

📋 copy color: '#1093BB'

red 16 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #1093BB

Tints of Bondi Blue #1093BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 4.57%
G = 42%
B = 53.43%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1093BB (or 0x1093BB) is known color: Bondi Blue. HEX triplet: 10, 93 and BB. RGB value is (16,147,187). Sum of RGB (Red+Green+Blue) = 16+147+187=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #1093BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1093BB is #EF6C44. Grayscale: #707070. Windows color (decimal): -15690821 or 12292880. OLE color: 12292880.

HSL color Cylindrical-coordinate representation of color #1093BB: hue angle of 194.04º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1093BB is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 147 187 -
CMYK 0.91 0.21 0 0.27
HSL 194.04º 0.84% 0.4% -
HSV(B) 194.04º 0.91% 0.73% -
XYZ 19.62 24.57 50.72 -
YUV 112.39 170.1 59.25 -
System Red Green Blue C M Y K H S L
Decimal 16 147 187 0.91 0.21 0 0.27 194.04 0.84 0.4
Hex 10 93 BB 5B 15 0 1B C2 54 28
Octal 20 223 273 133 25 0 33 302 124 50
Binary 10000 10010011 10111011 1011011 10101 0 11011 11000010 1010100 101000

Color Harmonies of #1093BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1093BB

Black with #1093BB

Text Example


Text Example

White with #1093BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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