Html Css Color HEX #1290AB Bondi Blue

📋 copy color: '#1290AB'

red 18 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #1290AB

Tints of Bondi Blue #1290AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

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

R = 5.41%
G = 43.24%
B = 51.35%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1290AB (or 0x1290AB) is known color: Bondi Blue. HEX triplet: 12, 90 and AB. RGB value is (18,144,171). Sum of RGB (Red+Green+Blue) = 18+144+171=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #1290AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1290AB is #ED6F54. Grayscale: #6D6D6D. Windows color (decimal): -15560533 or 11243538. OLE color: 11243538.

HSL color Cylindrical-coordinate representation of color #1290AB: hue angle of 190.59º 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 #1290AB is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 144 171 -
CMYK 0.89 0.16 0 0.33
HSL 190.59º 0.81% 0.37% -
HSV(B) 190.59º 0.89% 0.67% -
XYZ 17.57 23.02 42.04 -
YUV 109.4 162.76 62.8 -
System Red Green Blue C M Y K H S L
Decimal 18 144 171 0.89 0.16 0 0.33 190.59 0.81 0.37
Hex 12 90 AB 59 10 0 21 BF 51 25
Octal 22 220 253 131 20 0 41 277 121 45
Binary 10010 10010000 10101011 1011001 10000 0 100001 10111111 1010001 100101

Color Harmonies of #1290AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290AB

Black with #1290AB

Text Example


Text Example

White with #1290AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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