Html Css Color HEX #018CAB Eastern Blue

📋 copy color: '#018CAB'

red 1 ◦ green 140 ◦ blue 171

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

Shades of Eastern Blue #018CAB

Tints of Eastern Blue #018CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 0.32%
G = 44.87%
B = 54.81%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#018CAB (or 0x018CAB) is known color: Eastern Blue. HEX triplet: 01, 8C and AB. RGB value is (1,140,171). Sum of RGB (Red+Green+Blue) = 1+140+171=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #018CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CAB is #FE7354. Grayscale: #656565. Windows color (decimal): -16675669 or 11242497. OLE color: 11242497.

HSL color Cylindrical-coordinate representation of color #018CAB: hue angle of 190.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CAB is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 140 171 -
CMYK 0.99 0.18 0 0.33
HSL 190.94º 0.99% 0.34% -
HSV(B) 190.94º 0.99% 0.67% -
XYZ 16.74 21.7 41.83 -
YUV 101.97 166.95 55.98 -
System Red Green Blue C M Y K H S L
Decimal 1 140 171 0.99 0.18 0 0.33 190.94 0.99 0.34
Hex 1 8C AB 63 12 0 21 BF 63 22
Octal 1 214 253 143 22 0 41 277 143 42
Binary 1 10001100 10101011 1100011 10010 0 100001 10111111 1100011 100010

Color Harmonies of #018CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CAB

Black with #018CAB

Text Example


Text Example

White with #018CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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