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

📋 copy color: '#00CBBC'

red 0 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #00CBBC

Tints of Robin's Egg Blue #00CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.92%

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 0%
G = 51.92%
B = 48.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#00CBBC (or 0x00CBBC) is known color: Robin's Egg Blue. HEX triplet: 00, CB and BC. RGB value is (0,203,188). Sum of RGB (Red+Green+Blue) = 0+203+188=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBBC is #FF3443. Grayscale: #8C8C8C. Windows color (decimal): -16725060 or 12372736. OLE color: 12372736.

HSL color Cylindrical-coordinate representation of color #00CBBC: hue angle of 175.57º 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 #00CBBC is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 188 -
CMYK 1 0 0.07 0.20
HSL 175.57º 1% 0.4% -
HSV(B) 175.57º 1% 0.8% -
XYZ 30.43 46.34 54.92 -
YUV 140.59 154.75 27.72 -
System Red Green Blue C M Y K H S L
Decimal 0 203 188 1 0 0.07 0.20 175.57 1 0.4
Hex 0 CB BC 64 0 7 14 B0 64 28
Octal 0 313 274 144 0 7 24 260 144 50
Binary 0 11001011 10111100 1100100 0 111 10100 10110000 1100100 101000

Color Harmonies of #00CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CBBC

Black with #00CBBC

Text Example


Text Example

White with #00CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,203,188); }

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

background-color css

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

 a { background-color: rgb(0,203,188); }

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

border-color css

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

 span { border-color: rgb(0,203,188); }

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