#08c3cd

Color #08C3CD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #08C3CD

Tints of Robin's Egg Blue #08C3CD

Color information

#08C3CD (or 0x08C3CD) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, C3 and CD. RGB value is (8,195,205). Sum of RGB (Red+Green+Blue) = 8+195+205=408 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #08C3CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C3CD is #F73C32. Grayscale: #8C8C8C. Windows color (decimal): -16202803 or 13484808. OLE color: 13484808.

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

Color convert

RGB8195205-
CMYK0.960.0500.20
HSL183.05º92.49%41.76%-
HSV(B)183.05º96.1%80.39%-
XYZ30.6343.4964.54-
YUV140.23164.5533.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.96%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=1.96%
G=47.79%
B=50.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81952050.960.0500.20183.0592.4941.76
Hex8C3CD605014b75c2a
Octal10303315140502426713452
Binary100011000011110011011100000101010100101101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08c3cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08c3cd;
 }
 .AnyTagClassName
 {
   color: #08c3cd;
 }
</style>
background-color css

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

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

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

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

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

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