Html Css Color HEX #018AB0 Bondi Blue

📋 copy color: '#018AB0'

red 1 ◦ green 138 ◦ blue 176

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

Shades of Bondi Blue #018AB0

Tints of Bondi Blue #018AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 55.87%

R = 0.32%
G = 43.81%
B = 55.87%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#018AB0 (or 0x018AB0) is known color: Bondi Blue. HEX triplet: 01, 8A and B0. RGB value is (1,138,176). Sum of RGB (Red+Green+Blue) = 1+138+176=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #018AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AB0 is #FE754F. Grayscale: #656565. Windows color (decimal): -16676176 or 11569665. OLE color: 11569665.

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

Color convert

RGB 1 138 176 -
CMYK 0.99 0.22 0 0.31
HSL 193.03º 0.99% 0.35% -
HSV(B) 193.03º 0.99% 0.69% -
XYZ 16.94 21.32 44.3 -
YUV 101.37 170.11 56.41 -
System Red Green Blue C M Y K H S L
Decimal 1 138 176 0.99 0.22 0 0.31 193.03 0.99 0.35
Hex 1 8A B0 63 16 0 1F C1 63 23
Octal 1 212 260 143 26 0 37 301 143 43
Binary 1 10001010 10110000 1100011 10110 0 11111 11000001 1100011 100011

Color Harmonies of #018AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AB0

Black with #018AB0

Text Example


Text Example

White with #018AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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