Html Css Color HEX #018FBF Bondi Blue

📋 copy color: '#018FBF'

red 1 ◦ green 143 ◦ blue 191

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

Shades of Bondi Blue #018FBF

Tints of Bondi Blue #018FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 0.3%
G = 42.69%
B = 57.01%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018FBF (or 0x018FBF) is known color: Bondi Blue. HEX triplet: 01, 8F and BF. RGB value is (1,143,191). Sum of RGB (Red+Green+Blue) = 1+143+191=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #018FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FBF is #FE7040. Grayscale: #696969. Windows color (decimal): -16674881 or 12553985. OLE color: 12553985.

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

Color convert

RGB 1 143 191 -
CMYK 0.99 0.25 0 0.25
HSL 195.16º 0.99% 0.38% -
HSV(B) 195.16º 0.99% 0.75% -
XYZ 19.24 23.41 52.8 -
YUV 106.01 175.96 53.1 -
System Red Green Blue C M Y K H S L
Decimal 1 143 191 0.99 0.25 0 0.25 195.16 0.99 0.38
Hex 1 8F BF 63 19 0 19 C3 63 26
Octal 1 217 277 143 31 0 31 303 143 46
Binary 1 10001111 10111111 1100011 11001 0 11001 11000011 1100011 100110

Color Harmonies of #018FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FBF

Black with #018FBF

Text Example


Text Example

White with #018FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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