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

📋 copy color: '#08CDC5'

red 8 ◦ green 205 ◦ blue 197

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

Shades of Robin's Egg Blue #08CDC5

Tints of Robin's Egg Blue #08CDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.05%

R = 1.95%
G = 50%
B = 48.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#08CDC5 (or 0x08CDC5) is known color: Robin's Egg Blue. HEX triplet: 08, CD and C5. RGB value is (8,205,197). Sum of RGB (Red+Green+Blue) = 8+205+197=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #08CDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDC5 is #F7323A. Grayscale: #919191. Windows color (decimal): -16200251 or 12963080. OLE color: 12963080.

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

Color convert

RGB 8 205 197 -
CMYK 0.96 0 0.04 0.20
HSL 177.56º 0.92% 0.42% -
HSV(B) 177.56º 0.96% 0.8% -
XYZ 32.01 47.75 60.35 -
YUV 145.19 157.23 30.15 -
System Red Green Blue C M Y K H S L
Decimal 8 205 197 0.96 0 0.04 0.20 177.56 0.92 0.42
Hex 8 CD C5 60 0 4 14 B2 5C 2A
Octal 10 315 305 140 0 4 24 262 134 52
Binary 1000 11001101 11000101 1100000 0 100 10100 10110010 1011100 101010

Color Harmonies of #08CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDC5

Black with #08CDC5

Text Example


Text Example

White with #08CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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