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

📋 copy color: '#08CDC1'

red 8 ◦ green 205 ◦ blue 193

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

Shades of Robin's Egg Blue #08CDC1

Tints of Robin's Egg Blue #08CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.49%

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 1.97%
G = 50.49%
B = 47.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#08CDC1 (or 0x08CDC1) is known color: Robin's Egg Blue. HEX triplet: 08, CD and C1. RGB value is (8,205,193). Sum of RGB (Red+Green+Blue) = 8+205+193=406 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #08CDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDC1 is #F7323E. Grayscale: #909090. Windows color (decimal): -16200255 or 12700936. OLE color: 12700936.

HSL color Cylindrical-coordinate representation of color #08CDC1: hue angle of 176.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CDC1 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 205 193 -
CMYK 0.96 0 0.06 0.20
HSL 176.35º 0.92% 0.42% -
HSV(B) 176.35º 0.96% 0.8% -
XYZ 31.56 47.56 57.97 -
YUV 144.73 155.23 30.48 -
System Red Green Blue C M Y K H S L
Decimal 8 205 193 0.96 0 0.06 0.20 176.35 0.92 0.42
Hex 8 CD C1 60 0 6 14 B0 5C 2A
Octal 10 315 301 140 0 6 24 260 134 52
Binary 1000 11001101 11000001 1100000 0 110 10100 10110000 1011100 101010

Color Harmonies of #08CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDC1

Black with #08CDC1

Text Example


Text Example

White with #08CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,205,193); }

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

background-color css

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

 a { background-color: rgb(8,205,193); }

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

border-color css

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

 span { border-color: rgb(8,205,193); }

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