#0E8CBF

Color #0E8CBF Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0E8CBF

Tints of Bondi Blue #0E8CBF

Color information

#0E8CBF (or 0x0E8CBF) is unknown color: approx Bondi Blue. HEX triplet: 0E, 8C and BF. RGB value is (14,140,191). Sum of RGB (Red+Green+Blue) = 14+140+191=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E8CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8CBF is #F17340. Grayscale: #6B6B6B. Windows color (decimal): -15823681 or 12553230. OLE color: 12553230.

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

Color convert

RGB14140191-
CMYK0.930.2700.25
HSL197.29º86.34%40.2%-
HSV(B)197.29º92.67%74.9%-
XYZ18.9622.6152.66-
YUV108.14174.7660.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 191 (75% from 255) = 55.36%
R=4.06%
G=40.58%
B=55.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141401910.930.2700.25197.2986.3440.2
HexE8CBF5D1B019c55628
Octal162142771353303130512650
Binary11101000110010111111101110111011011001110001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E8CBF;
 }
 .AnyTagClassName
 {
   color: #0E8CBF;
 }
</style>
background-color css

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

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

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

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

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

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