Html Css Color HEX #018ABA Bondi Blue

📋 copy color: '#018ABA'

red 1 ◦ green 138 ◦ blue 186

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

Shades of Bondi Blue #018ABA

Tints of Bondi Blue #018ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 0.31%
G = 42.46%
B = 57.23%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018ABA (or 0x018ABA) is known color: Bondi Blue. HEX triplet: 01, 8A and BA. RGB value is (1,138,186). Sum of RGB (Red+Green+Blue) = 1+138+186=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #018ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ABA is #FE7545. Grayscale: #666666. Windows color (decimal): -16676166 or 12225025. OLE color: 12225025.

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

Color convert

RGB 1 138 186 -
CMYK 0.99 0.26 0 0.27
HSL 195.57º 0.99% 0.37% -
HSV(B) 195.57º 0.99% 0.73% -
XYZ 17.96 21.73 49.7 -
YUV 102.51 175.11 55.6 -
System Red Green Blue C M Y K H S L
Decimal 1 138 186 0.99 0.26 0 0.27 195.57 0.99 0.37
Hex 1 8A BA 63 1A 0 1B C4 63 25
Octal 1 212 272 143 32 0 33 304 143 45
Binary 1 10001010 10111010 1100011 11010 0 11011 11000100 1100011 100101

Color Harmonies of #018ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ABA

Black with #018ABA

Text Example


Text Example

White with #018ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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