Html Css Color HEX #08DCBC Robin's Egg Blue

📋 copy color: '#08DCBC'

red 8 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #08DCBC

Tints of Robin's Egg Blue #08DCBC

RGB

 RED value IS 8 (3.52% from 255) = 1.92%

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 1.92%
G = 52.88%
B = 45.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#08DCBC (or 0x08DCBC) is known color: Robin's Egg Blue. HEX triplet: 08, DC and BC. RGB value is (8,220,188). Sum of RGB (Red+Green+Blue) = 8+220+188=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCBC is #F72343. Grayscale: #989898. Windows color (decimal): -16196420 or 12377096. OLE color: 12377096.

HSL color Cylindrical-coordinate representation of color #08DCBC: hue angle of 170.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DCBC is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 220 188 -
CMYK 0.96 0 0.15 0.14
HSL 170.94º 0.93% 0.45% -
HSV(B) 170.94º 0.96% 0.86% -
XYZ 34.77 54.87 56.34 -
YUV 152.96 147.76 24.6 -
System Red Green Blue C M Y K H S L
Decimal 8 220 188 0.96 0 0.15 0.14 170.94 0.93 0.45
Hex 8 DC BC 60 0 F E AB 5D 2D
Octal 10 334 274 140 0 17 16 253 135 55
Binary 1000 11011100 10111100 1100000 0 1111 1110 10101011 1011101 101101

Color Harmonies of #08DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCBC

Black with #08DCBC

Text Example


Text Example

White with #08DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08DCBC; }

 p { color: rgb(8,220,188); }

 H1.HeaderClassName
 {
   color: #08DCBC;
 }
 .AnyTagClassName
 {
   color: #08DCBC;
 }
</style>

background-color css

<style>
 a { background-color: #08DCBC; }

 a { background-color: rgb(8,220,188); }

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

border-color css

<style>
 span { border-color: #08DCBC; }

 span { border-color: rgb(8,220,188); }

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