Html Css Color HEX #1091AA Bondi Blue

📋 copy color: '#1091AA'

red 16 ◦ green 145 ◦ blue 170

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

Shades of Bondi Blue #1091AA

Tints of Bondi Blue #1091AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 4.83%
G = 43.81%
B = 51.36%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1091AA (or 0x1091AA) is known color: Bondi Blue. HEX triplet: 10, 91 and AA. RGB value is (16,145,170). Sum of RGB (Red+Green+Blue) = 16+145+170=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #1091AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1091AA is #EF6E55. Grayscale: #6D6D6D. Windows color (decimal): -15691350 or 11178256. OLE color: 11178256.

HSL color Cylindrical-coordinate representation of color #1091AA: hue angle of 189.74º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1091AA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 145 170 -
CMYK 0.91 0.15 0 0.33
HSL 189.74º 0.83% 0.36% -
HSV(B) 189.74º 0.91% 0.67% -
XYZ 17.59 23.26 41.59 -
YUV 109.28 162.26 61.47 -
System Red Green Blue C M Y K H S L
Decimal 16 145 170 0.91 0.15 0 0.33 189.74 0.83 0.36
Hex 10 91 AA 5B F 0 21 BE 53 24
Octal 20 221 252 133 17 0 41 276 123 44
Binary 10000 10010001 10101010 1011011 1111 0 100001 10111110 1010011 100100

Color Harmonies of #1091AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1091AA

Black with #1091AA

Text Example


Text Example

White with #1091AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1091AA; }

 p { color: rgb(16,145,170); }

 H1.HeaderClassName
 {
   color: #1091AA;
 }
 .AnyTagClassName
 {
   color: #1091AA;
 }
</style>

background-color css

<style>
 a { background-color: #1091AA; }

 a { background-color: rgb(16,145,170); }

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

border-color css

<style>
 span { border-color: #1091AA; }

 span { border-color: rgb(16,145,170); }

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