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

📋 copy color: '#01CBBE'

red 1 ◦ green 203 ◦ blue 190

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

Shades of Robin's Egg Blue #01CBBE

Tints of Robin's Egg Blue #01CBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 0.25%
G = 51.52%
B = 48.22%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#01CBBE (or 0x01CBBE) is known color: Robin's Egg Blue. HEX triplet: 01, CB and BE. RGB value is (1,203,190). Sum of RGB (Red+Green+Blue) = 1+203+190=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBBE is #FE3441. Grayscale: #8C8C8C. Windows color (decimal): -16659522 or 12503809. OLE color: 12503809.

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

Color convert

RGB 1 203 190 -
CMYK 1.00 0 0.06 0.20
HSL 176.14º 0.99% 0.4% -
HSV(B) 176.14º 1% 0.8% -
XYZ 30.66 46.44 56.06 -
YUV 141.12 155.58 28.06 -
System Red Green Blue C M Y K H S L
Decimal 1 203 190 1.00 0 0.06 0.20 176.14 0.99 0.4
Hex 1 CB BE 64 0 6 14 B0 63 28
Octal 1 313 276 144 0 6 24 260 143 50
Binary 1 11001011 10111110 1100100 0 110 10100 10110000 1100011 101000

Color Harmonies of #01CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBBE

Black with #01CBBE

Text Example


Text Example

White with #01CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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