Html Css Color HEX #018CBC Bondi Blue

📋 copy color: '#018CBC'

red 1 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #018CBC

Tints of Bondi Blue #018CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 0.3%
G = 42.55%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#018CBC (or 0x018CBC) is known color: Bondi Blue. HEX triplet: 01, 8C and BC. RGB value is (1,140,188). Sum of RGB (Red+Green+Blue) = 1+140+188=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #018CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBC is #FE7343. Grayscale: #676767. Windows color (decimal): -16675652 or 12356609. OLE color: 12356609.

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

Color convert

RGB 1 140 188 -
CMYK 0.99 0.26 0 0.26
HSL 195.4º 0.99% 0.37% -
HSV(B) 195.4º 0.99% 0.74% -
XYZ 18.47 22.39 50.93 -
YUV 103.91 175.45 54.6 -
System Red Green Blue C M Y K H S L
Decimal 1 140 188 0.99 0.26 0 0.26 195.4 0.99 0.37
Hex 1 8C BC 63 1A 0 1A C3 63 25
Octal 1 214 274 143 32 0 32 303 143 45
Binary 1 10001100 10111100 1100011 11010 0 11010 11000011 1100011 100101

Color Harmonies of #018CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CBC

Black with #018CBC

Text Example


Text Example

White with #018CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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