Html Css Color HEX #1290B8 Bondi Blue

📋 copy color: '#1290B8'

red 18 ◦ green 144 ◦ blue 184

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

Shades of Bondi Blue #1290B8

Tints of Bondi Blue #1290B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.18%

R = 5.2%
G = 41.62%
B = 53.18%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1290B8 (or 0x1290B8) is known color: Bondi Blue. HEX triplet: 12, 90 and B8. RGB value is (18,144,184). Sum of RGB (Red+Green+Blue) = 18+144+184=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #1290B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290B8 is #ED6F47. Grayscale: #6E6E6E. Windows color (decimal): -15560520 or 12095506. OLE color: 12095506.

HSL color Cylindrical-coordinate representation of color #1290B8: hue angle of 194.46º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1290B8 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 144 184 -
CMYK 0.90 0.22 0 0.28
HSL 194.46º 0.82% 0.4% -
HSV(B) 194.46º 0.9% 0.72% -
XYZ 18.87 23.54 48.9 -
YUV 110.89 169.26 61.75 -
System Red Green Blue C M Y K H S L
Decimal 18 144 184 0.90 0.22 0 0.28 194.46 0.82 0.4
Hex 12 90 B8 5A 16 0 1C C2 52 28
Octal 22 220 270 132 26 0 34 302 122 50
Binary 10010 10010000 10111000 1011010 10110 0 11100 11000010 1010010 101000

Color Harmonies of #1290B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290B8

Black with #1290B8

Text Example


Text Example

White with #1290B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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