Html Css Color HEX #018FBC Bondi Blue

📋 copy color: '#018FBC'

red 1 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #018FBC

Tints of Bondi Blue #018FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.07%

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

R = 0.3%
G = 43.07%
B = 56.63%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#018FBC (or 0x018FBC) is known color: Bondi Blue. HEX triplet: 01, 8F and BC. RGB value is (1,143,188). Sum of RGB (Red+Green+Blue) = 1+143+188=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #018FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FBC is #FE7043. Grayscale: #696969. Windows color (decimal): -16674884 or 12357377. OLE color: 12357377.

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

Color convert

RGB 1 143 188 -
CMYK 0.99 0.24 0 0.26
HSL 194.44º 0.99% 0.37% -
HSV(B) 194.44º 0.99% 0.74% -
XYZ 18.91 23.28 51.07 -
YUV 105.67 174.46 53.34 -
System Red Green Blue C M Y K H S L
Decimal 1 143 188 0.99 0.24 0 0.26 194.44 0.99 0.37
Hex 1 8F BC 63 18 0 1A C2 63 25
Octal 1 217 274 143 30 0 32 302 143 45
Binary 1 10001111 10111100 1100011 11000 0 11010 11000010 1100011 100101

Color Harmonies of #018FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FBC

Black with #018FBC

Text Example


Text Example

White with #018FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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