Html Css Color HEX #018CB4 Bondi Blue

📋 copy color: '#018CB4'

red 1 ◦ green 140 ◦ blue 180

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

Shades of Bondi Blue #018CB4

Tints of Bondi Blue #018CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.07%

R = 0.31%
G = 43.61%
B = 56.07%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#018CB4 (or 0x018CB4) is known color: Bondi Blue. HEX triplet: 01, 8C and B4. RGB value is (1,140,180). Sum of RGB (Red+Green+Blue) = 1+140+180=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #018CB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CB4 is #FE734B. Grayscale: #666666. Windows color (decimal): -16675660 or 11832321. OLE color: 11832321.

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

Color convert

RGB 1 140 180 -
CMYK 0.99 0.22 0 0.29
HSL 193.41º 0.99% 0.35% -
HSV(B) 193.41º 0.99% 0.71% -
XYZ 17.63 22.06 46.51 -
YUV 103 171.45 55.25 -
System Red Green Blue C M Y K H S L
Decimal 1 140 180 0.99 0.22 0 0.29 193.41 0.99 0.35
Hex 1 8C B4 63 16 0 1D C1 63 23
Octal 1 214 264 143 26 0 35 301 143 43
Binary 1 10001100 10110100 1100011 10110 0 11101 11000001 1100011 100011

Color Harmonies of #018CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CB4

Black with #018CB4

Text Example


Text Example

White with #018CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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