Html Css Color HEX #0A8BBE Bondi Blue

📋 copy color: '#0A8BBE'

red 10 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #0A8BBE

Tints of Bondi Blue #0A8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 190 (74.61% from 255) = 56.05%

R = 2.95%
G = 41%
B = 56.05%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A8BBE (or 0x0A8BBE) is known color: Bondi Blue. HEX triplet: 0A, 8B and BE. RGB value is (10,139,190). Sum of RGB (Red+Green+Blue) = 10+139+190=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A8BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BBE is #F57441. Grayscale: #696969. Windows color (decimal): -16086082 or 12487434. OLE color: 12487434.

HSL color Cylindrical-coordinate representation of color #0A8BBE: hue angle of 197º 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 #0A8BBE is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 139 190 -
CMYK 0.95 0.27 0 0.25
HSL 197º 0.9% 0.39% -
HSV(B) 197º 0.95% 0.75% -
XYZ 18.65 22.25 52.03 -
YUV 106.24 175.26 59.35 -
System Red Green Blue C M Y K H S L
Decimal 10 139 190 0.95 0.27 0 0.25 197 0.9 0.39
Hex A 8B BE 5F 1B 0 19 C5 5A 27
Octal 12 213 276 137 33 0 31 305 132 47
Binary 1010 10001011 10111110 1011111 11011 0 11001 11000101 1011010 100111

Color Harmonies of #0A8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8BBE

Black with #0A8BBE

Text Example


Text Example

White with #0A8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,139,190); }

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

background-color css

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

 a { background-color: rgb(10,139,190); }

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

border-color css

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

 span { border-color: rgb(10,139,190); }

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