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

📋 copy color: '#08CDC2'

red 8 ◦ green 205 ◦ blue 194

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

Shades of Robin's Egg Blue #08CDC2

Tints of Robin's Egg Blue #08CDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 1.97%
G = 50.37%
B = 47.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#08CDC2 (or 0x08CDC2) is known color: Robin's Egg Blue. HEX triplet: 08, CD and C2. RGB value is (8,205,194). Sum of RGB (Red+Green+Blue) = 8+205+194=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #08CDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDC2 is #F7323D. Grayscale: #909090. Windows color (decimal): -16200254 or 12766472. OLE color: 12766472.

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

Color convert

RGB 8 205 194 -
CMYK 0.96 0 0.05 0.20
HSL 176.65º 0.92% 0.42% -
HSV(B) 176.65º 0.96% 0.8% -
XYZ 31.67 47.61 58.56 -
YUV 144.84 155.73 30.39 -
System Red Green Blue C M Y K H S L
Decimal 8 205 194 0.96 0 0.05 0.20 176.65 0.92 0.42
Hex 8 CD C2 60 0 5 14 B1 5C 2A
Octal 10 315 302 140 0 5 24 261 134 52
Binary 1000 11001101 11000010 1100000 0 101 10100 10110001 1011100 101010

Color Harmonies of #08CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDC2

Black with #08CDC2

Text Example


Text Example

White with #08CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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