Html Css Color HEX #018BBC Bondi Blue

📋 copy color: '#018BBC'

red 1 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #018BBC

Tints of Bondi Blue #018BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 0.3%
G = 42.38%
B = 57.32%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#018BBC (or 0x018BBC) is known color: Bondi Blue. HEX triplet: 01, 8B and BC. RGB value is (1,139,188). Sum of RGB (Red+Green+Blue) = 1+139+188=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #018BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BBC is #FE7443. Grayscale: #666666. Windows color (decimal): -16675908 or 12356353. OLE color: 12356353.

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

Color convert

RGB 1 139 188 -
CMYK 0.99 0.26 0 0.26
HSL 195.72º 0.99% 0.37% -
HSV(B) 195.72º 0.99% 0.74% -
XYZ 18.32 22.1 50.88 -
YUV 103.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 1 139 188 0.99 0.26 0 0.26 195.72 0.99 0.37
Hex 1 8B BC 63 1A 0 1A C4 63 25
Octal 1 213 274 143 32 0 32 304 143 45
Binary 1 10001011 10111100 1100011 11010 0 11010 11000100 1100011 100101

Color Harmonies of #018BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BBC

Black with #018BBC

Text Example


Text Example

White with #018BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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