Html Css Color HEX #0E8FBA Bondi Blue

📋 copy color: '#0E8FBA'

red 14 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #0E8FBA

Tints of Bondi Blue #0E8FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.23%

R = 4.08%
G = 41.69%
B = 54.23%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E8FBA (or 0x0E8FBA) is known color: Bondi Blue. HEX triplet: 0E, 8F and BA. RGB value is (14,143,186). Sum of RGB (Red+Green+Blue) = 14+143+186=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E8FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8FBA is #F17045. Grayscale: #6D6D6D. Windows color (decimal): -15822918 or 12226318. OLE color: 12226318.

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

Color convert

RGB 14 143 186 -
CMYK 0.92 0.23 0 0.27
HSL 195º 0.86% 0.39% -
HSV(B) 195º 0.92% 0.73% -
XYZ 18.87 23.28 49.95 -
YUV 109.33 171.26 60 -
System Red Green Blue C M Y K H S L
Decimal 14 143 186 0.92 0.23 0 0.27 195 0.86 0.39
Hex E 8F BA 5C 17 0 1B C3 56 27
Octal 16 217 272 134 27 0 33 303 126 47
Binary 1110 10001111 10111010 1011100 10111 0 11011 11000011 1010110 100111

Color Harmonies of #0E8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8FBA

Black with #0E8FBA

Text Example


Text Example

White with #0E8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,143,186); }

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

background-color css

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

 a { background-color: rgb(14,143,186); }

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

border-color css

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

 span { border-color: rgb(14,143,186); }

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