Html Css Color HEX #1090BA Bondi Blue

📋 copy color: '#1090BA'

red 16 ◦ green 144 ◦ blue 186

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

Shades of Bondi Blue #1090BA

Tints of Bondi Blue #1090BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 4.62%
G = 41.62%
B = 53.76%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1090BA (or 0x1090BA) is known color: Bondi Blue. HEX triplet: 10, 90 and BA. RGB value is (16,144,186). Sum of RGB (Red+Green+Blue) = 16+144+186=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #1090BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090BA is #EF6F45. Grayscale: #6E6E6E. Windows color (decimal): -15691590 or 12226576. OLE color: 12226576.

HSL color Cylindrical-coordinate representation of color #1090BA: hue angle of 194.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1090BA is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 144 186 -
CMYK 0.91 0.23 0 0.27
HSL 194.82º 0.84% 0.4% -
HSV(B) 194.82º 0.91% 0.73% -
XYZ 19.05 23.6 50.01 -
YUV 110.52 170.59 60.58 -
System Red Green Blue C M Y K H S L
Decimal 16 144 186 0.91 0.23 0 0.27 194.82 0.84 0.4
Hex 10 90 BA 5B 17 0 1B C3 54 28
Octal 20 220 272 133 27 0 33 303 124 50
Binary 10000 10010000 10111010 1011011 10111 0 11011 11000011 1010100 101000

Color Harmonies of #1090BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1090BA

Black with #1090BA

Text Example


Text Example

White with #1090BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1090BA; }

 p { color: rgb(16,144,186); }

 H1.HeaderClassName
 {
   color: #1090BA;
 }
 .AnyTagClassName
 {
   color: #1090BA;
 }
</style>

background-color css

<style>
 a { background-color: #1090BA; }

 a { background-color: rgb(16,144,186); }

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

border-color css

<style>
 span { border-color: #1090BA; }

 span { border-color: rgb(16,144,186); }

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