Html Css Color HEX #0E98BC Bondi Blue

📋 copy color: '#0E98BC'

red 14 ◦ green 152 ◦ blue 188

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

Shades of Bondi Blue #0E98BC

Tints of Bondi Blue #0E98BC

RGB

 RED value IS 14 (5.86% from 255) = 3.95%

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 3.95%
G = 42.94%
B = 53.11%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E98BC (or 0x0E98BC) is known color: Bondi Blue. HEX triplet: 0E, 98 and BC. RGB value is (14,152,188). Sum of RGB (Red+Green+Blue) = 14+152+188=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E98BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E98BC is #F16743. Grayscale: #727272. Windows color (decimal): -15820612 or 12359694. OLE color: 12359694.

HSL color Cylindrical-coordinate representation of color #0E98BC: hue angle of 192.41º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E98BC is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 152 188 -
CMYK 0.93 0.19 0 0.26
HSL 192.41º 0.86% 0.4% -
HSV(B) 192.41º 0.93% 0.74% -
XYZ 20.49 26.18 51.55 -
YUV 114.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 14 152 188 0.93 0.19 0 0.26 192.41 0.86 0.4
Hex E 98 BC 5D 13 0 1A C0 56 28
Octal 16 230 274 135 23 0 32 300 126 50
Binary 1110 10011000 10111100 1011101 10011 0 11010 11000000 1010110 101000

Color Harmonies of #0E98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E98BC

Black with #0E98BC

Text Example


Text Example

White with #0E98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E98BC; }

 p { color: rgb(14,152,188); }

 H1.HeaderClassName
 {
   color: #0E98BC;
 }
 .AnyTagClassName
 {
   color: #0E98BC;
 }
</style>

background-color css

<style>
 a { background-color: #0E98BC; }

 a { background-color: rgb(14,152,188); }

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

border-color css

<style>
 span { border-color: #0E98BC; }

 span { border-color: rgb(14,152,188); }

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