Html Css Color HEX #027F8C Dark Cyan

📋 copy color: '#027F8C'

red 2 ◦ green 127 ◦ blue 140

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

Shades of Dark Cyan #027F8C

Tints of Dark Cyan #027F8C

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 127 (50% from 255) = 47.21%

 BLUE value IS 140 (55.08% from 255) = 52.04%

R = 0.74%
G = 47.21%
B = 52.04%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#027F8C (or 0x027F8C) is known color: Dark Cyan. HEX triplet: 02, 7F and 8C. RGB value is (2,127,140). Sum of RGB (Red+Green+Blue) = 2+127+140=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #027F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F8C is #FD8073. Grayscale: #5A5A5A. Windows color (decimal): -16613492 or 9207554. OLE color: 9207554.

HSL color Cylindrical-coordinate representation of color #027F8C: hue angle of 185.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027F8C is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 127 140 -
CMYK 0.99 0.09 0 0.45
HSL 185.65º 0.97% 0.28% -
HSV(B) 185.65º 0.99% 0.55% -
XYZ 12.35 17.09 27.46 -
YUV 91.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 2 127 140 0.99 0.09 0 0.45 185.65 0.97 0.28
Hex 2 7F 8C 63 9 0 2D BA 61 1C
Octal 2 177 214 143 11 0 55 272 141 34
Binary 10 1111111 10001100 1100011 1001 0 101101 10111010 1100001 11100

Color Harmonies of #027F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F8C

Black with #027F8C

Text Example


Text Example

White with #027F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027F8C; }

 p { color: rgb(2,127,140); }

 H1.HeaderClassName
 {
   color: #027F8C;
 }
 .AnyTagClassName
 {
   color: #027F8C;
 }
</style>

background-color css

<style>
 a { background-color: #027F8C; }

 a { background-color: rgb(2,127,140); }

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

border-color css

<style>
 span { border-color: #027F8C; }

 span { border-color: rgb(2,127,140); }

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