Html Css Color HEX #0E8CBB Bondi Blue

📋 copy color: '#0E8CBB'

red 14 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #0E8CBB

Tints of Bondi Blue #0E8CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 4.11%
G = 41.06%
B = 54.84%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E8CBB (or 0x0E8CBB) is known color: Bondi Blue. HEX triplet: 0E, 8C and BB. RGB value is (14,140,187). Sum of RGB (Red+Green+Blue) = 14+140+187=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E8CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8CBB is #F17344. Grayscale: #6B6B6B. Windows color (decimal): -15823685 or 12291086. OLE color: 12291086.

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

Color convert

RGB 14 140 187 -
CMYK 0.93 0.25 0 0.27
HSL 196.3º 0.86% 0.39% -
HSV(B) 196.3º 0.93% 0.73% -
XYZ 18.53 22.44 50.37 -
YUV 107.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 14 140 187 0.93 0.25 0 0.27 196.3 0.86 0.39
Hex E 8C BB 5D 19 0 1B C4 56 27
Octal 16 214 273 135 31 0 33 304 126 47
Binary 1110 10001100 10111011 1011101 11001 0 11011 11000100 1010110 100111

Color Harmonies of #0E8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8CBB

Black with #0E8CBB

Text Example


Text Example

White with #0E8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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