Html Css Color HEX #0E8FAB Bondi Blue

📋 copy color: '#0E8FAB'

red 14 ◦ green 143 ◦ blue 171

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

Shades of Bondi Blue #0E8FAB

Tints of Bondi Blue #0E8FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 4.27%
G = 43.6%
B = 52.13%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E8FAB (or 0x0E8FAB) is known color: Bondi Blue. HEX triplet: 0E, 8F and AB. RGB value is (14,143,171). Sum of RGB (Red+Green+Blue) = 14+143+171=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E8FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8FAB is #F17054. Grayscale: #6B6B6B. Windows color (decimal): -15822933 or 11243278. OLE color: 11243278.

HSL color Cylindrical-coordinate representation of color #0E8FAB: hue angle of 190.7º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8FAB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 143 171 -
CMYK 0.92 0.16 0 0.33
HSL 190.7º 0.85% 0.36% -
HSV(B) 190.7º 0.92% 0.67% -
XYZ 17.35 22.68 41.99 -
YUV 107.62 163.76 61.22 -
System Red Green Blue C M Y K H S L
Decimal 14 143 171 0.92 0.16 0 0.33 190.7 0.85 0.36
Hex E 8F AB 5C 10 0 21 BF 55 24
Octal 16 217 253 134 20 0 41 277 125 44
Binary 1110 10001111 10101011 1011100 10000 0 100001 10111111 1010101 100100

Color Harmonies of #0E8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8FAB

Black with #0E8FAB

Text Example


Text Example

White with #0E8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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