Html Css Color HEX #1095AA Bondi Blue

📋 copy color: '#1095AA'

red 16 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #1095AA

Tints of Bondi Blue #1095AA

RGB

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

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

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

R = 4.78%
G = 44.48%
B = 50.75%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1095AA (or 0x1095AA) is known color: Bondi Blue. HEX triplet: 10, 95 and AA. RGB value is (16,149,170). Sum of RGB (Red+Green+Blue) = 16+149+170=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #1095AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1095AA is #EF6A55. Grayscale: #6F6F6F. Windows color (decimal): -15690326 or 11179280. OLE color: 11179280.

HSL color Cylindrical-coordinate representation of color #1095AA: hue angle of 188.18º 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 #1095AA is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 149 170 -
CMYK 0.91 0.12 0 0.33
HSL 188.18º 0.83% 0.36% -
HSV(B) 188.18º 0.91% 0.67% -
XYZ 18.22 24.51 41.8 -
YUV 111.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 16 149 170 0.91 0.12 0 0.33 188.18 0.83 0.36
Hex 10 95 AA 5B C 0 21 BC 53 24
Octal 20 225 252 133 14 0 41 274 123 44
Binary 10000 10010101 10101010 1011011 1100 0 100001 10111100 1010011 100100

Color Harmonies of #1095AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095AA

Black with #1095AA

Text Example


Text Example

White with #1095AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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