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

📋 copy color: '#08DCC3'

red 8 ◦ green 220 ◦ blue 195

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

Shades of Robin's Egg Blue #08DCC3

Tints of Robin's Egg Blue #08DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.1%

R = 1.89%
G = 52.01%
B = 46.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#08DCC3 (or 0x08DCC3) is known color: Robin's Egg Blue. HEX triplet: 08, DC and C3. RGB value is (8,220,195). Sum of RGB (Red+Green+Blue) = 8+220+195=423 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.89% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCC3 is #F7233C. Grayscale: #999999. Windows color (decimal): -16196413 or 12835848. OLE color: 12835848.

HSL color Cylindrical-coordinate representation of color #08DCC3: hue angle of 172.92º 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 #08DCC3 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 220 195 -
CMYK 0.96 0 0.11 0.14
HSL 172.92º 0.93% 0.45% -
HSV(B) 172.92º 0.96% 0.86% -
XYZ 35.54 55.18 60.41 -
YUV 153.76 151.26 24.03 -
System Red Green Blue C M Y K H S L
Decimal 8 220 195 0.96 0 0.11 0.14 172.92 0.93 0.45
Hex 8 DC C3 60 0 B E AD 5D 2D
Octal 10 334 303 140 0 13 16 255 135 55
Binary 1000 11011100 11000011 1100000 0 1011 1110 10101101 1011101 101101

Color Harmonies of #08DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCC3

Black with #08DCC3

Text Example


Text Example

White with #08DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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