Html Css Color HEX #1291AB Bondi Blue

📋 copy color: '#1291AB'

red 18 ◦ green 145 ◦ blue 171

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

Shades of Bondi Blue #1291AB

Tints of Bondi Blue #1291AB

RGB

 RED value IS 18 (7.42% from 255) = 5.39%

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 5.39%
G = 43.41%
B = 51.2%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1291AB (or 0x1291AB) is known color: Bondi Blue. HEX triplet: 12, 91 and AB. RGB value is (18,145,171). Sum of RGB (Red+Green+Blue) = 18+145+171=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1291AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1291AB is #ED6E54. Grayscale: #6D6D6D. Windows color (decimal): -15560277 or 11243794. OLE color: 11243794.

HSL color Cylindrical-coordinate representation of color #1291AB: hue angle of 190.2º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1291AB is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 145 171 -
CMYK 0.89 0.15 0 0.33
HSL 190.2º 0.81% 0.37% -
HSV(B) 190.2º 0.89% 0.67% -
XYZ 17.73 23.32 42.09 -
YUV 109.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 18 145 171 0.89 0.15 0 0.33 190.2 0.81 0.37
Hex 12 91 AB 59 F 0 21 BE 51 25
Octal 22 221 253 131 17 0 41 276 121 45
Binary 10010 10010001 10101011 1011001 1111 0 100001 10111110 1010001 100101

Color Harmonies of #1291AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1291AB

Black with #1291AB

Text Example


Text Example

White with #1291AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1291AB; }

 p { color: rgb(18,145,171); }

 H1.HeaderClassName
 {
   color: #1291AB;
 }
 .AnyTagClassName
 {
   color: #1291AB;
 }
</style>

background-color css

<style>
 a { background-color: #1291AB; }

 a { background-color: rgb(18,145,171); }

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

border-color css

<style>
 span { border-color: #1291AB; }

 span { border-color: rgb(18,145,171); }

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