Html Css Color HEX #018BBA Bondi Blue

📋 copy color: '#018BBA'

red 1 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #018BBA

Tints of Bondi Blue #018BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

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

R = 0.31%
G = 42.64%
B = 57.06%

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

#018BBA (or 0x018BBA) is known color: Bondi Blue. HEX triplet: 01, 8B and BA. RGB value is (1,139,186). Sum of RGB (Red+Green+Blue) = 1+139+186=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #018BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BBA is #FE7445. Grayscale: #666666. Windows color (decimal): -16675910 or 12225281. OLE color: 12225281.

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

Color convert

RGB 1 139 186 -
CMYK 0.99 0.25 0 0.27
HSL 195.24º 0.99% 0.37% -
HSV(B) 195.24º 0.99% 0.73% -
XYZ 18.11 22.02 49.75 -
YUV 103.1 174.78 55.18 -
System Red Green Blue C M Y K H S L
Decimal 1 139 186 0.99 0.25 0 0.27 195.24 0.99 0.37
Hex 1 8B BA 63 19 0 1B C3 63 25
Octal 1 213 272 143 31 0 33 303 143 45
Binary 1 10001011 10111010 1100011 11001 0 11011 11000011 1100011 100101

Color Harmonies of #018BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BBA

Black with #018BBA

Text Example


Text Example

White with #018BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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