Html Css Color HEX #018ABE Bondi Blue

📋 copy color: '#018ABE'

red 1 ◦ green 138 ◦ blue 190

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

Shades of Bondi Blue #018ABE

Tints of Bondi Blue #018ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 0.3%
G = 41.95%
B = 57.75%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#018ABE (or 0x018ABE) is known color: Bondi Blue. HEX triplet: 01, 8A and BE. RGB value is (1,138,190). Sum of RGB (Red+Green+Blue) = 1+138+190=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #018ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ABE is #FE7541. Grayscale: #666666. Windows color (decimal): -16676162 or 12487169. OLE color: 12487169.

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

Color convert

RGB 1 138 190 -
CMYK 0.99 0.27 0 0.25
HSL 196.51º 0.99% 0.37% -
HSV(B) 196.51º 0.99% 0.75% -
XYZ 18.4 21.9 51.97 -
YUV 102.97 177.11 55.27 -
System Red Green Blue C M Y K H S L
Decimal 1 138 190 0.99 0.27 0 0.25 196.51 0.99 0.37
Hex 1 8A BE 63 1B 0 19 C5 63 25
Octal 1 212 276 143 33 0 31 305 143 45
Binary 1 10001010 10111110 1100011 11011 0 11001 11000101 1100011 100101

Color Harmonies of #018ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ABE

Black with #018ABE

Text Example


Text Example

White with #018ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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