Html Css Color HEX #018CB6 Bondi Blue

📋 copy color: '#018CB6'

red 1 ◦ green 140 ◦ blue 182

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

Shades of Bondi Blue #018CB6

Tints of Bondi Blue #018CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 0.31%
G = 43.34%
B = 56.35%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#018CB6 (or 0x018CB6) is known color: Bondi Blue. HEX triplet: 01, 8C and B6. RGB value is (1,140,182). Sum of RGB (Red+Green+Blue) = 1+140+182=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #018CB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CB6 is #FE7349. Grayscale: #666666. Windows color (decimal): -16675658 or 11963393. OLE color: 11963393.

HSL color Cylindrical-coordinate representation of color #018CB6: hue angle of 193.92º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CB6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 140 182 -
CMYK 0.99 0.23 0 0.29
HSL 193.92º 0.99% 0.36% -
HSV(B) 193.92º 0.99% 0.71% -
XYZ 17.83 22.14 47.59 -
YUV 103.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 1 140 182 0.99 0.23 0 0.29 193.92 0.99 0.36
Hex 1 8C B6 63 17 0 1D C2 63 24
Octal 1 214 266 143 27 0 35 302 143 44
Binary 1 10001100 10110110 1100011 10111 0 11101 11000010 1100011 100100

Color Harmonies of #018CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CB6

Black with #018CB6

Text Example


Text Example

White with #018CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,140,182); }

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

background-color css

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

 a { background-color: rgb(1,140,182); }

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

border-color css

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

 span { border-color: rgb(1,140,182); }

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