Html Css Color HEX #098FBE Bondi Blue

📋 copy color: '#098FBE'

red 9 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #098FBE

Tints of Bondi Blue #098FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

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

R = 2.63%
G = 41.81%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#098FBE (or 0x098FBE) is known color: Bondi Blue. HEX triplet: 09, 8F and BE. RGB value is (9,143,190). Sum of RGB (Red+Green+Blue) = 9+143+190=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #098FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FBE is #F67041. Grayscale: #6B6B6B. Windows color (decimal): -16150594 or 12488457. OLE color: 12488457.

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

Color convert

RGB 9 143 190 -
CMYK 0.95 0.25 0 0.25
HSL 195.58º 0.91% 0.39% -
HSV(B) 195.58º 0.95% 0.75% -
XYZ 19.23 23.42 52.22 -
YUV 108.29 174.11 57.18 -
System Red Green Blue C M Y K H S L
Decimal 9 143 190 0.95 0.25 0 0.25 195.58 0.91 0.39
Hex 9 8F BE 5F 19 0 19 C4 5B 27
Octal 11 217 276 137 31 0 31 304 133 47
Binary 1001 10001111 10111110 1011111 11001 0 11001 11000100 1011011 100111

Color Harmonies of #098FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FBE

Black with #098FBE

Text Example


Text Example

White with #098FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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