Html Css Color HEX #11A2B3 Bondi Blue

📋 copy color: '#11A2B3'

red 17 ◦ green 162 ◦ blue 179

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

Shades of Bondi Blue #11A2B3

Tints of Bondi Blue #11A2B3

RGB

 RED value IS 17 (7.03% from 255) = 4.75%

 GREEN value IS 162 (63.67% from 255) = 45.25%

 BLUE value IS 179 (70.31% from 255) = 50%

R = 4.75%
G = 45.25%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#11A2B3 (or 0x11A2B3) is known color: Bondi Blue. HEX triplet: 11, A2 and B3. RGB value is (17,162,179). Sum of RGB (Red+Green+Blue) = 17+162+179=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #11A2B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A2B3 is #EE5D4C. Grayscale: #787878. Windows color (decimal): -15621453 or 11772433. OLE color: 11772433.

HSL color Cylindrical-coordinate representation of color #11A2B3: hue angle of 186.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A2B3 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 162 179 -
CMYK 0.91 0.09 0 0.30
HSL 186.3º 0.83% 0.38% -
HSV(B) 186.3º 0.91% 0.7% -
XYZ 21.29 29.21 47.16 -
YUV 120.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 17 162 179 0.91 0.09 0 0.30 186.3 0.83 0.38
Hex 11 A2 B3 5B 9 0 1E BA 53 26
Octal 21 242 263 133 11 0 36 272 123 46
Binary 10001 10100010 10110011 1011011 1001 0 11110 10111010 1010011 100110

Color Harmonies of #11A2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A2B3

Black with #11A2B3

Text Example


Text Example

White with #11A2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A2B3; }

 p { color: rgb(17,162,179); }

 H1.HeaderClassName
 {
   color: #11A2B3;
 }
 .AnyTagClassName
 {
   color: #11A2B3;
 }
</style>

background-color css

<style>
 a { background-color: #11A2B3; }

 a { background-color: rgb(17,162,179); }

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

border-color css

<style>
 span { border-color: #11A2B3; }

 span { border-color: rgb(17,162,179); }

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