#0A90BF

Color #0A90BF Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0A90BF

Tints of Bondi Blue #0A90BF

Color information

#0A90BF (or 0x0A90BF) is unknown color: approx Bondi Blue. HEX triplet: 0A, 90 and BF. RGB value is (10,144,191). Sum of RGB (Red+Green+Blue) = 10+144+191=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A90BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A90BF is #F56F40. Grayscale: #6C6C6C. Windows color (decimal): -16084801 or 12554250. OLE color: 12554250.

HSL color Cylindrical-coordinate representation of color #0A90BF: hue angle of 195.58º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A90BF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10144191-
CMYK0.950.2500.25
HSL195.58º90.05%39.41%-
HSV(B)195.58º94.76%74.9%-
XYZ19.523.7752.85-
YUV109.29174.1157.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.90%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 191 (75% from 255) = 55.36%
R=2.90%
G=41.74%
B=55.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101441910.950.2500.25195.5890.0539.41
HexA90BF5F19019c45a27
Octal122202771373103130413247
Binary10101001000010111111101111111001011001110001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A90BF; }

 p { color: rgb(10,144,191); }

 H1.HeaderClassName
 {
   color: #0A90BF;
 }
 .AnyTagClassName
 {
   color: #0A90BF;
 }
</style>
background-color css

<style>
 a { background-color: #0A90BF; }

 a { background-color: rgb(10,144,191); }

 div.DivClassName
 {
   background-color: #0A90BF;
 }
 .BgClassName
 {
   background-color: #0A90BF;
 }
</style>
border-color css

<style>
 span { border-color: #0A90BF; }

 span { border-color: rgb(10,144,191); }

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