Html Css Color HEX #018EBA Bondi Blue

📋 copy color: '#018EBA'

red 1 ◦ green 142 ◦ blue 186

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

Shades of Bondi Blue #018EBA

Tints of Bondi Blue #018EBA

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 142 (55.86% from 255) = 43.16%

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

R = 0.3%
G = 43.16%
B = 56.53%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018EBA (or 0x018EBA) is known color: Bondi Blue. HEX triplet: 01, 8E and BA. RGB value is (1,142,186). Sum of RGB (Red+Green+Blue) = 1+142+186=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #018EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EBA is #FE7145. Grayscale: #686868. Windows color (decimal): -16675142 or 12226049. OLE color: 12226049.

HSL color Cylindrical-coordinate representation of color #018EBA: hue angle of 194.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EBA is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 142 186 -
CMYK 0.99 0.24 0 0.27
HSL 194.27º 0.99% 0.37% -
HSV(B) 194.27º 0.99% 0.73% -
XYZ 18.55 22.9 49.9 -
YUV 104.86 173.79 53.92 -
System Red Green Blue C M Y K H S L
Decimal 1 142 186 0.99 0.24 0 0.27 194.27 0.99 0.37
Hex 1 8E BA 63 18 0 1B C2 63 25
Octal 1 216 272 143 30 0 33 302 143 45
Binary 1 10001110 10111010 1100011 11000 0 11011 11000010 1100011 100101

Color Harmonies of #018EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EBA

Black with #018EBA

Text Example


Text Example

White with #018EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018EBA; }

 p { color: rgb(1,142,186); }

 H1.HeaderClassName
 {
   color: #018EBA;
 }
 .AnyTagClassName
 {
   color: #018EBA;
 }
</style>

background-color css

<style>
 a { background-color: #018EBA; }

 a { background-color: rgb(1,142,186); }

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

border-color css

<style>
 span { border-color: #018EBA; }

 span { border-color: rgb(1,142,186); }

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