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

📋 copy color: '#01CBB5'

red 1 ◦ green 203 ◦ blue 181

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

Shades of Robin's Egg Blue #01CBB5

Tints of Robin's Egg Blue #01CBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 0.26%
G = 52.73%
B = 47.01%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#01CBB5 (or 0x01CBB5) is known color: Robin's Egg Blue. HEX triplet: 01, CB and B5. RGB value is (1,203,181). Sum of RGB (Red+Green+Blue) = 1+203+181=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBB5 is #FE344A. Grayscale: #8B8B8B. Windows color (decimal): -16659531 or 11913985. OLE color: 11913985.

HSL color Cylindrical-coordinate representation of color #01CBB5: hue angle of 173.47º 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 #01CBB5 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 181 -
CMYK 1.00 0 0.11 0.20
HSL 173.47º 0.99% 0.4% -
HSV(B) 173.47º 1% 0.8% -
XYZ 29.71 46.05 51.04 -
YUV 140.09 151.08 28.79 -
System Red Green Blue C M Y K H S L
Decimal 1 203 181 1.00 0 0.11 0.20 173.47 0.99 0.4
Hex 1 CB B5 64 0 B 14 AD 63 28
Octal 1 313 265 144 0 13 24 255 143 50
Binary 1 11001011 10110101 1100100 0 1011 10100 10101101 1100011 101000

Color Harmonies of #01CBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBB5

Black with #01CBB5

Text Example


Text Example

White with #01CBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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