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

📋 copy color: '#01CBBC'

red 1 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #01CBBC

Tints of Robin's Egg Blue #01CBBC

RGB

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

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

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

R = 0.26%
G = 51.79%
B = 47.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#01CBBC (or 0x01CBBC) is known color: Robin's Egg Blue. HEX triplet: 01, CB and BC. RGB value is (1,203,188). Sum of RGB (Red+Green+Blue) = 1+203+188=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBBC is #FE3443. Grayscale: #8C8C8C. Windows color (decimal): -16659524 or 12372737. OLE color: 12372737.

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

Color convert

RGB 1 203 188 -
CMYK 1.00 0 0.07 0.20
HSL 175.54º 0.99% 0.4% -
HSV(B) 175.54º 1% 0.8% -
XYZ 30.45 46.35 54.92 -
YUV 140.89 154.58 28.22 -
System Red Green Blue C M Y K H S L
Decimal 1 203 188 1.00 0 0.07 0.20 175.54 0.99 0.4
Hex 1 CB BC 64 0 7 14 B0 63 28
Octal 1 313 274 144 0 7 24 260 143 50
Binary 1 11001011 10111100 1100100 0 111 10100 10110000 1100011 101000

Color Harmonies of #01CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBBC

Black with #01CBBC

Text Example


Text Example

White with #01CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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