#08CACF

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

Shades of Robin's Egg Blue #08CACF

Tints of Robin's Egg Blue #08CACF

Color information

#08CACF (or 0x08CACF) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CA and CF. RGB value is (8,202,207). Sum of RGB (Red+Green+Blue) = 8+202+207=417 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #08CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CACF is #F73530. Grayscale: #909090. Windows color (decimal): -16201009 or 13617672. OLE color: 13617672.

HSL color Cylindrical-coordinate representation of color #08CACF: hue angle of 181.51º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CACF is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8202207-
CMYK0.960.0200.19
HSL181.51º92.56%42.16%-
HSV(B)181.51º96.14%81.18%-
XYZ32.4846.866.35-
YUV144.56163.2330.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.92%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=1.92%
G=48.44%
B=49.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82022070.960.0200.19181.5192.5642.16
Hex8CACF602013b65d2a
Octal10312317140202326613552
Binary10001100101011001111110000010010011101101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,202,207); }

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

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

 a { background-color: rgb(8,202,207); }

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

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

 span { border-color: rgb(8,202,207); }

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