#00CCBF

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

Shades of Robin's Egg Blue #00CCBF

Tints of Robin's Egg Blue #00CCBF

Color information

#00CCBF (or 0x00CCBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, CC and BF. RGB value is (0,204,191). Sum of RGB (Red+Green+Blue) = 0+204+191=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #00CCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCBF is #FF3340. Grayscale: #8D8D8D. Windows color (decimal): -16724801 or 12569600. OLE color: 12569600.

HSL color Cylindrical-coordinate representation of color #00CCBF: hue angle of 176.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCBF is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB0204191-
CMYK100.060.2
HSL176.18º100%40%-
HSV(B)176.18º100%80%-
XYZ3146.9556.72-
YUV141.52155.9127.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 191 (75% from 255) = 48.35%
R=0%
G=51.65%
B=48.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal0204191100.060.2176.1810040
Hex0CCBF640614b06428
Octal0314277144062426014450
Binary011001100101111111100100011010100101100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00CCBF; }

 p { color: rgb(0,204,191); }

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

<style>
 a { background-color: #00CCBF; }

 a { background-color: rgb(0,204,191); }

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

<style>
 span { border-color: #00CCBF; }

 span { border-color: rgb(0,204,191); }

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