Html Css Color HEX #018CBB Bondi Blue

📋 copy color: '#018CBB'

red 1 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #018CBB

Tints of Bondi Blue #018CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 0.3%
G = 42.68%
B = 57.01%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#018CBB (or 0x018CBB) is known color: Bondi Blue. HEX triplet: 01, 8C and BB. RGB value is (1,140,187). Sum of RGB (Red+Green+Blue) = 1+140+187=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #018CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CBB is #FE7344. Grayscale: #676767. Windows color (decimal): -16675653 or 12291073. OLE color: 12291073.

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

Color convert

RGB 1 140 187 -
CMYK 0.99 0.25 0 0.27
HSL 195.16º 0.99% 0.37% -
HSV(B) 195.16º 0.99% 0.73% -
XYZ 18.36 22.35 50.36 -
YUV 103.8 174.95 54.68 -
System Red Green Blue C M Y K H S L
Decimal 1 140 187 0.99 0.25 0 0.27 195.16 0.99 0.37
Hex 1 8C BB 63 19 0 1B C3 63 25
Octal 1 214 273 143 31 0 33 303 143 45
Binary 1 10001100 10111011 1100011 11001 0 11011 11000011 1100011 100101

Color Harmonies of #018CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CBB

Black with #018CBB

Text Example


Text Example

White with #018CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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