Html Css Color HEX #098CBF Bondi Blue

📋 copy color: '#098CBF'

red 9 ◦ green 140 ◦ blue 191

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

Shades of Bondi Blue #098CBF

Tints of Bondi Blue #098CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.18%

R = 2.65%
G = 41.18%
B = 56.18%

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

#098CBF (or 0x098CBF) is known color: Bondi Blue. HEX triplet: 09, 8C and BF. RGB value is (9,140,191). Sum of RGB (Red+Green+Blue) = 9+140+191=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #098CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CBF is #F67340. Grayscale: #6A6A6A. Windows color (decimal): -16151361 or 12553225. OLE color: 12553225.

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

Color convert

RGB 9 140 191 -
CMYK 0.95 0.27 0 0.25
HSL 196.81º 0.91% 0.39% -
HSV(B) 196.81º 0.95% 0.75% -
XYZ 18.89 22.58 52.65 -
YUV 106.65 175.6 58.35 -
System Red Green Blue C M Y K H S L
Decimal 9 140 191 0.95 0.27 0 0.25 196.81 0.91 0.39
Hex 9 8C BF 5F 1B 0 19 C5 5B 27
Octal 11 214 277 137 33 0 31 305 133 47
Binary 1001 10001100 10111111 1011111 11011 0 11001 11000101 1011011 100111

Color Harmonies of #098CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CBF

Black with #098CBF

Text Example


Text Example

White with #098CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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