Html Css Color HEX #0E88BC Bondi Blue

📋 copy color: '#0E88BC'

red 14 ◦ green 136 ◦ blue 188

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

Shades of Bondi Blue #0E88BC

Tints of Bondi Blue #0E88BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

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

R = 4.14%
G = 40.24%
B = 55.62%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E88BC (or 0x0E88BC) is known color: Bondi Blue. HEX triplet: 0E, 88 and BC. RGB value is (14,136,188). Sum of RGB (Red+Green+Blue) = 14+136+188=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E88BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E88BC is #F17743. Grayscale: #696969. Windows color (decimal): -15824708 or 12355598. OLE color: 12355598.

HSL color Cylindrical-coordinate representation of color #0E88BC: hue angle of 197.93º 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 #0E88BC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 136 188 -
CMYK 0.93 0.28 0 0.26
HSL 197.93º 0.86% 0.4% -
HSV(B) 197.93º 0.93% 0.74% -
XYZ 18.06 21.33 50.74 -
YUV 105.45 174.58 62.77 -
System Red Green Blue C M Y K H S L
Decimal 14 136 188 0.93 0.28 0 0.26 197.93 0.86 0.4
Hex E 88 BC 5D 1C 0 1A C6 56 28
Octal 16 210 274 135 34 0 32 306 126 50
Binary 1110 10001000 10111100 1011101 11100 0 11010 11000110 1010110 101000

Color Harmonies of #0E88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E88BC

Black with #0E88BC

Text Example


Text Example

White with #0E88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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