Html Css Color HEX #06DCBF Robin's Egg Blue

📋 copy color: '#06DCBF'

red 6 ◦ green 220 ◦ blue 191

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

Shades of Robin's Egg Blue #06DCBF

Tints of Robin's Egg Blue #06DCBF

RGB

 RED value IS 6 (2.73% from 255) = 1.44%

 GREEN value IS 220 (86.33% from 255) = 52.76%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 1.44%
G = 52.76%
B = 45.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#06DCBF (or 0x06DCBF) is known color: Robin's Egg Blue. HEX triplet: 06, DC and BF. RGB value is (6,220,191). Sum of RGB (Red+Green+Blue) = 6+220+191=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCBF is #F92340. Grayscale: #989898. Windows color (decimal): -16327489 or 12573702. OLE color: 12573702.

HSL color Cylindrical-coordinate representation of color #06DCBF: hue angle of 171.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCBF is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 191 -
CMYK 0.97 0 0.13 0.14
HSL 171.87º 0.95% 0.44% -
HSV(B) 171.87º 0.97% 0.86% -
XYZ 35.07 54.99 58.06 -
YUV 152.71 149.6 23.36 -
System Red Green Blue C M Y K H S L
Decimal 6 220 191 0.97 0 0.13 0.14 171.87 0.95 0.44
Hex 6 DC BF 61 0 D E AC 5F 2C
Octal 6 334 277 141 0 15 16 254 137 54
Binary 110 11011100 10111111 1100001 0 1101 1110 10101100 1011111 101100

Color Harmonies of #06DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCBF

Black with #06DCBF

Text Example


Text Example

White with #06DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DCBF; }

 p { color: rgb(6,220,191); }

 H1.HeaderClassName
 {
   color: #06DCBF;
 }
 .AnyTagClassName
 {
   color: #06DCBF;
 }
</style>

background-color css

<style>
 a { background-color: #06DCBF; }

 a { background-color: rgb(6,220,191); }

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

border-color css

<style>
 span { border-color: #06DCBF; }

 span { border-color: rgb(6,220,191); }

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