Html Css Color HEX #0E8AB7 Bondi Blue

📋 copy color: '#0E8AB7'

red 14 ◦ green 138 ◦ blue 183

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

Shades of Bondi Blue #0E8AB7

Tints of Bondi Blue #0E8AB7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.19%

 BLUE value IS 183 (71.88% from 255) = 54.63%

R = 4.18%
G = 41.19%
B = 54.63%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0E8AB7 (or 0x0E8AB7) is known color: Bondi Blue. HEX triplet: 0E, 8A and B7. RGB value is (14,138,183). Sum of RGB (Red+Green+Blue) = 14+138+183=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #0E8AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8AB7 is #F17548. Grayscale: #696969. Windows color (decimal): -15824201 or 12028430. OLE color: 12028430.

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

Color convert

RGB 14 138 183 -
CMYK 0.92 0.25 0 0.28
HSL 195.98º 0.86% 0.39% -
HSV(B) 195.98º 0.92% 0.72% -
XYZ 17.82 21.69 48.05 -
YUV 106.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 14 138 183 0.92 0.25 0 0.28 195.98 0.86 0.39
Hex E 8A B7 5C 19 0 1C C4 56 27
Octal 16 212 267 134 31 0 34 304 126 47
Binary 1110 10001010 10110111 1011100 11001 0 11100 11000100 1010110 100111

Color Harmonies of #0E8AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8AB7

Black with #0E8AB7

Text Example


Text Example

White with #0E8AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,138,183); }

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

background-color css

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

 a { background-color: rgb(14,138,183); }

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

border-color css

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

 span { border-color: rgb(14,138,183); }

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