Html Css Color HEX #018BBB Bondi Blue

📋 copy color: '#018BBB'

red 1 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #018BBB

Tints of Bondi Blue #018BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 0.31%
G = 42.51%
B = 57.19%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018BBB (or 0x018BBB) is known color: Bondi Blue. HEX triplet: 01, 8B and BB. RGB value is (1,139,187). Sum of RGB (Red+Green+Blue) = 1+139+187=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #018BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BBB is #FE7444. Grayscale: #666666. Windows color (decimal): -16675909 or 12290817. OLE color: 12290817.

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

Color convert

RGB 1 139 187 -
CMYK 0.99 0.26 0 0.27
HSL 195.48º 0.99% 0.37% -
HSV(B) 195.48º 0.99% 0.73% -
XYZ 18.21 22.06 50.31 -
YUV 103.21 175.28 55.1 -
System Red Green Blue C M Y K H S L
Decimal 1 139 187 0.99 0.26 0 0.27 195.48 0.99 0.37
Hex 1 8B BB 63 1A 0 1B C3 63 25
Octal 1 213 273 143 32 0 33 303 143 45
Binary 1 10001011 10111011 1100011 11010 0 11011 11000011 1100011 100101

Color Harmonies of #018BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BBB

Black with #018BBB

Text Example


Text Example

White with #018BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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