Html Css Color HEX #018BAF Bondi Blue

📋 copy color: '#018BAF'

red 1 ◦ green 139 ◦ blue 175

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

Shades of Bondi Blue #018BAF

Tints of Bondi Blue #018BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 0.32%
G = 44.13%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#018BAF (or 0x018BAF) is known color: Bondi Blue. HEX triplet: 01, 8B and AF. RGB value is (1,139,175). Sum of RGB (Red+Green+Blue) = 1+139+175=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #018BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BAF is #FE7450. Grayscale: #656565. Windows color (decimal): -16675921 or 11504385. OLE color: 11504385.

HSL color Cylindrical-coordinate representation of color #018BAF: hue angle of 192.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BAF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 139 175 -
CMYK 0.99 0.21 0 0.31
HSL 192.41º 0.99% 0.35% -
HSV(B) 192.41º 0.99% 0.69% -
XYZ 16.98 21.57 43.83 -
YUV 101.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 1 139 175 0.99 0.21 0 0.31 192.41 0.99 0.35
Hex 1 8B AF 63 15 0 1F C0 63 23
Octal 1 213 257 143 25 0 37 300 143 43
Binary 1 10001011 10101111 1100011 10101 0 11111 11000000 1100011 100011

Color Harmonies of #018BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BAF

Black with #018BAF

Text Example


Text Example

White with #018BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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