Html Css Color HEX #098EC0 Bondi Blue

📋 copy color: '#098EC0'

red 9 ◦ green 142 ◦ blue 192

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

Shades of Bondi Blue #098EC0

Tints of Bondi Blue #098EC0

RGB

 RED value IS 9 (3.91% from 255) = 2.62%

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 192 (75.39% from 255) = 55.98%

R = 2.62%
G = 41.4%
B = 55.98%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#098EC0 (or 0x098EC0) is known color: Bondi Blue. HEX triplet: 09, 8E and C0. RGB value is (9,142,192). Sum of RGB (Red+Green+Blue) = 9+142+192=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #098EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EC0 is #F6713F. Grayscale: #6B6B6B. Windows color (decimal): -16150848 or 12619273. OLE color: 12619273.

HSL color Cylindrical-coordinate representation of color #098EC0: hue angle of 196.39º degrees, saturation: 0.91, 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 #098EC0 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 142 192 -
CMYK 0.95 0.26 0 0.25
HSL 196.39º 0.91% 0.39% -
HSV(B) 196.39º 0.95% 0.75% -
XYZ 19.3 23.21 53.33 -
YUV 107.93 175.44 57.43 -
System Red Green Blue C M Y K H S L
Decimal 9 142 192 0.95 0.26 0 0.25 196.39 0.91 0.39
Hex 9 8E C0 5F 1A 0 19 C4 5B 27
Octal 11 216 300 137 32 0 31 304 133 47
Binary 1001 10001110 11000000 1011111 11010 0 11001 11000100 1011011 100111

Color Harmonies of #098EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EC0

Black with #098EC0

Text Example


Text Example

White with #098EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098EC0; }

 p { color: rgb(9,142,192); }

 H1.HeaderClassName
 {
   color: #098EC0;
 }
 .AnyTagClassName
 {
   color: #098EC0;
 }
</style>

background-color css

<style>
 a { background-color: #098EC0; }

 a { background-color: rgb(9,142,192); }

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

border-color css

<style>
 span { border-color: #098EC0; }

 span { border-color: rgb(9,142,192); }

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