Html Css Color HEX #098CBC Bondi Blue

📋 copy color: '#098CBC'

red 9 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #098CBC

Tints of Bondi Blue #098CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 2.67%
G = 41.54%
B = 55.79%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#098CBC (or 0x098CBC) is known color: Bondi Blue. HEX triplet: 09, 8C and BC. RGB value is (9,140,188). Sum of RGB (Red+Green+Blue) = 9+140+188=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #098CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CBC is #F67343. Grayscale: #696969. Windows color (decimal): -16151364 or 12356617. OLE color: 12356617.

HSL color Cylindrical-coordinate representation of color #098CBC: hue angle of 196.09º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098CBC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 140 188 -
CMYK 0.95 0.26 0 0.26
HSL 196.09º 0.91% 0.39% -
HSV(B) 196.09º 0.95% 0.74% -
XYZ 18.57 22.45 50.93 -
YUV 106.3 174.1 58.6 -
System Red Green Blue C M Y K H S L
Decimal 9 140 188 0.95 0.26 0 0.26 196.09 0.91 0.39
Hex 9 8C BC 5F 1A 0 1A C4 5B 27
Octal 11 214 274 137 32 0 32 304 133 47
Binary 1001 10001100 10111100 1011111 11010 0 11010 11000100 1011011 100111

Color Harmonies of #098CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CBC

Black with #098CBC

Text Example


Text Example

White with #098CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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