Html Css Color HEX #01CBBB Robin's Egg Blue

📋 copy color: '#01CBBB'

red 1 ◦ green 203 ◦ blue 187

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

Shades of Robin's Egg Blue #01CBBB

Tints of Robin's Egg Blue #01CBBB

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

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

R = 0.26%
G = 51.92%
B = 47.83%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#01CBBB (or 0x01CBBB) is known color: Robin's Egg Blue. HEX triplet: 01, CB and BB. RGB value is (1,203,187). Sum of RGB (Red+Green+Blue) = 1+203+187=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBBB is #FE3444. Grayscale: #8C8C8C. Windows color (decimal): -16659525 or 12307201. OLE color: 12307201.

HSL color Cylindrical-coordinate representation of color #01CBBB: hue angle of 175.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBBB is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 187 -
CMYK 1.00 0 0.08 0.20
HSL 175.25º 0.99% 0.4% -
HSV(B) 175.25º 1% 0.8% -
XYZ 30.34 46.31 54.35 -
YUV 140.78 154.08 28.3 -
System Red Green Blue C M Y K H S L
Decimal 1 203 187 1.00 0 0.08 0.20 175.25 0.99 0.4
Hex 1 CB BB 64 0 8 14 AF 63 28
Octal 1 313 273 144 0 10 24 257 143 50
Binary 1 11001011 10111011 1100100 0 1000 10100 10101111 1100011 101000

Color Harmonies of #01CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBBB

Black with #01CBBB

Text Example


Text Example

White with #01CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CBBB; }

 p { color: rgb(1,203,187); }

 H1.HeaderClassName
 {
   color: #01CBBB;
 }
 .AnyTagClassName
 {
   color: #01CBBB;
 }
</style>

background-color css

<style>
 a { background-color: #01CBBB; }

 a { background-color: rgb(1,203,187); }

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

border-color css

<style>
 span { border-color: #01CBBB; }

 span { border-color: rgb(1,203,187); }

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