Html Css Color HEX #098CBE Bondi Blue

📋 copy color: '#098CBE'

red 9 ◦ green 140 ◦ blue 190

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

Shades of Bondi Blue #098CBE

Tints of Bondi Blue #098CBE

RGB

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

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

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

R = 2.65%
G = 41.3%
B = 56.05%

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

#098CBE (or 0x098CBE) is known color: Bondi Blue. HEX triplet: 09, 8C and BE. RGB value is (9,140,190). Sum of RGB (Red+Green+Blue) = 9+140+190=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 140 (55.08% from 255 or 41.30% 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 #098CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CBE is #F67341. Grayscale: #6A6A6A. Windows color (decimal): -16151362 or 12487689. OLE color: 12487689.

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

Color convert

RGB 9 140 190 -
CMYK 0.95 0.26 0 0.25
HSL 196.57º 0.91% 0.39% -
HSV(B) 196.57º 0.95% 0.75% -
XYZ 18.79 22.53 52.07 -
YUV 106.53 175.1 58.43 -
System Red Green Blue C M Y K H S L
Decimal 9 140 190 0.95 0.26 0 0.25 196.57 0.91 0.39
Hex 9 8C BE 5F 1A 0 19 C5 5B 27
Octal 11 214 276 137 32 0 31 305 133 47
Binary 1001 10001100 10111110 1011111 11010 0 11001 11000101 1011011 100111

Color Harmonies of #098CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CBE

Black with #098CBE

Text Example


Text Example

White with #098CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,140,190); }

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

background-color css

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

 a { background-color: rgb(9,140,190); }

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

border-color css

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

 span { border-color: rgb(9,140,190); }

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