Html Css Color HEX #018BBE Bondi Blue

📋 copy color: '#018BBE'

red 1 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #018BBE

Tints of Bondi Blue #018BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 0.3%
G = 42.12%
B = 57.58%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018BBE (or 0x018BBE) is known color: Bondi Blue. HEX triplet: 01, 8B and BE. RGB value is (1,139,190). Sum of RGB (Red+Green+Blue) = 1+139+190=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #018BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BBE is #FE7441. Grayscale: #676767. Windows color (decimal): -16675906 or 12487425. OLE color: 12487425.

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

Color convert

RGB 1 139 190 -
CMYK 0.99 0.27 0 0.25
HSL 196.19º 0.99% 0.37% -
HSV(B) 196.19º 0.99% 0.75% -
XYZ 18.54 22.19 52.02 -
YUV 103.55 176.78 54.85 -
System Red Green Blue C M Y K H S L
Decimal 1 139 190 0.99 0.27 0 0.25 196.19 0.99 0.37
Hex 1 8B BE 63 1B 0 19 C4 63 25
Octal 1 213 276 143 33 0 31 304 143 45
Binary 1 10001011 10111110 1100011 11011 0 11001 11000100 1100011 100101

Color Harmonies of #018BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BBE

Black with #018BBE

Text Example


Text Example

White with #018BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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