Html Css Color HEX #018ABF Bondi Blue

📋 copy color: '#018ABF'

red 1 ◦ green 138 ◦ blue 191

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

Shades of Bondi Blue #018ABF

Tints of Bondi Blue #018ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.82%

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

R = 0.3%
G = 41.82%
B = 57.88%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018ABF (or 0x018ABF) is known color: Bondi Blue. HEX triplet: 01, 8A and BF. RGB value is (1,138,191). Sum of RGB (Red+Green+Blue) = 1+138+191=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #018ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ABF is #FE7540. Grayscale: #666666. Windows color (decimal): -16676161 or 12552705. OLE color: 12552705.

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

Color convert

RGB 1 138 191 -
CMYK 0.99 0.28 0 0.25
HSL 196.74º 0.99% 0.38% -
HSV(B) 196.74º 0.99% 0.75% -
XYZ 18.5 21.95 52.55 -
YUV 103.08 177.61 55.19 -
System Red Green Blue C M Y K H S L
Decimal 1 138 191 0.99 0.28 0 0.25 196.74 0.99 0.38
Hex 1 8A BF 63 1C 0 19 C5 63 26
Octal 1 212 277 143 34 0 31 305 143 46
Binary 1 10001010 10111111 1100011 11100 0 11001 11000101 1100011 100110

Color Harmonies of #018ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ABF

Black with #018ABF

Text Example


Text Example

White with #018ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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