Html Css Color HEX #00CFBB Robin's Egg Blue

📋 copy color: '#00CFBB'

red 0 ◦ green 207 ◦ blue 187

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

Shades of Robin's Egg Blue #00CFBB

Tints of Robin's Egg Blue #00CFBB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 207 (81.25% from 255) = 52.54%

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 0%
G = 52.54%
B = 47.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#00CFBB (or 0x00CFBB) is known color: Robin's Egg Blue. HEX triplet: 00, CF and BB. RGB value is (0,207,187). Sum of RGB (Red+Green+Blue) = 0+207+187=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFBB is #FF3044. Grayscale: #8E8E8E. Windows color (decimal): -16724037 or 12308224. OLE color: 12308224.

HSL color Cylindrical-coordinate representation of color #00CFBB: hue angle of 174.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFBB is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 207 187 -
CMYK 1 0 0.10 0.19
HSL 174.2º 1% 0.41% -
HSV(B) 174.2º 1% 0.81% -
XYZ 31.28 48.21 54.67 -
YUV 142.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 0 207 187 1 0 0.10 0.19 174.2 1 0.41
Hex 0 CF BB 64 0 A 13 AE 64 29
Octal 0 317 273 144 0 12 23 256 144 51
Binary 0 11001111 10111011 1100100 0 1010 10011 10101110 1100100 101001

Color Harmonies of #00CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFBB

Black with #00CFBB

Text Example


Text Example

White with #00CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,207,187); }

 H1.HeaderClassName
 {
   color: #00CFBB;
 }
 .AnyTagClassName
 {
   color: #00CFBB;
 }
</style>

background-color css

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

 a { background-color: rgb(0,207,187); }

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

border-color css

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

 span { border-color: rgb(0,207,187); }

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