Html Css Color HEX #018CBA Bondi Blue

📋 copy color: '#018CBA'

red 1 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #018CBA

Tints of Bondi Blue #018CBA

RGB

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

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

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

R = 0.31%
G = 42.81%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018CBA (or 0x018CBA) is known color: Bondi Blue. HEX triplet: 01, 8C and BA. RGB value is (1,140,186). Sum of RGB (Red+Green+Blue) = 1+140+186=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #018CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBA is #FE7345. Grayscale: #676767. Windows color (decimal): -16675654 or 12225537. OLE color: 12225537.

HSL color Cylindrical-coordinate representation of color #018CBA: hue angle of 194.92º 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 #018CBA is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 140 186 -
CMYK 0.99 0.25 0 0.27
HSL 194.92º 0.99% 0.37% -
HSV(B) 194.92º 0.99% 0.73% -
XYZ 18.25 22.31 49.8 -
YUV 103.68 174.45 54.76 -
System Red Green Blue C M Y K H S L
Decimal 1 140 186 0.99 0.25 0 0.27 194.92 0.99 0.37
Hex 1 8C BA 63 19 0 1B C3 63 25
Octal 1 214 272 143 31 0 33 303 143 45
Binary 1 10001100 10111010 1100011 11001 0 11011 11000011 1100011 100101

Color Harmonies of #018CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CBA

Black with #018CBA

Text Example


Text Example

White with #018CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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