Html Css Color HEX #1093AD Bondi Blue

📋 copy color: '#1093AD'

red 16 ◦ green 147 ◦ blue 173

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

Shades of Bondi Blue #1093AD

Tints of Bondi Blue #1093AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 4.76%
G = 43.75%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1093AD (or 0x1093AD) is known color: Bondi Blue. HEX triplet: 10, 93 and AD. RGB value is (16,147,173). Sum of RGB (Red+Green+Blue) = 16+147+173=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #1093AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1093AD is #EF6C52. Grayscale: #6E6E6E. Windows color (decimal): -15690835 or 11375376. OLE color: 11375376.

HSL color Cylindrical-coordinate representation of color #1093AD: hue angle of 189.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1093AD is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 147 173 -
CMYK 0.91 0.15 0 0.32
HSL 189.94º 0.83% 0.37% -
HSV(B) 189.94º 0.91% 0.68% -
XYZ 18.19 23.99 43.21 -
YUV 110.8 163.1 60.39 -
System Red Green Blue C M Y K H S L
Decimal 16 147 173 0.91 0.15 0 0.32 189.94 0.83 0.37
Hex 10 93 AD 5B F 0 20 BE 53 25
Octal 20 223 255 133 17 0 40 276 123 45
Binary 10000 10010011 10101101 1011011 1111 0 100000 10111110 1010011 100101

Color Harmonies of #1093AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1093AD

Black with #1093AD

Text Example


Text Example

White with #1093AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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