Html Css Color HEX #0A8CBB Bondi Blue

📋 copy color: '#0A8CBB'

red 10 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #0A8CBB

Tints of Bondi Blue #0A8CBB

RGB

 RED value IS 10 (4.3% from 255) = 2.97%

 GREEN value IS 140 (55.08% from 255) = 41.54%

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 2.97%
G = 41.54%
B = 55.49%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A8CBB (or 0x0A8CBB) is known color: Bondi Blue. HEX triplet: 0A, 8C and BB. RGB value is (10,140,187). Sum of RGB (Red+Green+Blue) = 10+140+187=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A8CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8CBB is #F57344. Grayscale: #6A6A6A. Windows color (decimal): -16085829 or 12291082. OLE color: 12291082.

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

Color convert

RGB 10 140 187 -
CMYK 0.95 0.25 0 0.27
HSL 195.93º 0.9% 0.39% -
HSV(B) 195.93º 0.95% 0.73% -
XYZ 18.47 22.41 50.37 -
YUV 106.49 173.43 59.18 -
System Red Green Blue C M Y K H S L
Decimal 10 140 187 0.95 0.25 0 0.27 195.93 0.9 0.39
Hex A 8C BB 5F 19 0 1B C4 5A 27
Octal 12 214 273 137 31 0 33 304 132 47
Binary 1010 10001100 10111011 1011111 11001 0 11011 11000100 1011010 100111

Color Harmonies of #0A8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8CBB

Black with #0A8CBB

Text Example


Text Example

White with #0A8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,140,187); }

 H1.HeaderClassName
 {
   color: #0A8CBB;
 }
 .AnyTagClassName
 {
   color: #0A8CBB;
 }
</style>

background-color css

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

 a { background-color: rgb(10,140,187); }

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

border-color css

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

 span { border-color: rgb(10,140,187); }

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