Html Css Color HEX #018CC1 Bondi Blue

📋 copy color: '#018CC1'

red 1 ◦ green 140 ◦ blue 193

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

Shades of Bondi Blue #018CC1

Tints of Bondi Blue #018CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.78%

R = 0.3%
G = 41.92%
B = 57.78%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#018CC1 (or 0x018CC1) is known color: Bondi Blue. HEX triplet: 01, 8C and C1. RGB value is (1,140,193). Sum of RGB (Red+Green+Blue) = 1+140+193=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #018CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CC1 is #FE733E. Grayscale: #686868. Windows color (decimal): -16675647 or 12684289. OLE color: 12684289.

HSL color Cylindrical-coordinate representation of color #018CC1: hue angle of 196.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CC1 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 140 193 -
CMYK 0.99 0.27 0 0.24
HSL 196.56º 0.99% 0.38% -
HSV(B) 196.56º 0.99% 0.76% -
XYZ 19.02 22.61 53.81 -
YUV 104.48 177.95 54.19 -
System Red Green Blue C M Y K H S L
Decimal 1 140 193 0.99 0.27 0 0.24 196.56 0.99 0.38
Hex 1 8C C1 63 1B 0 18 C5 63 26
Octal 1 214 301 143 33 0 30 305 143 46
Binary 1 10001100 11000001 1100011 11011 0 11000 11000101 1100011 100110

Color Harmonies of #018CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CC1

Black with #018CC1

Text Example


Text Example

White with #018CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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