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

📋 copy color: '#01CFB3'

red 1 ◦ green 207 ◦ blue 179

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

Shades of Robin's Egg Blue #01CFB3

Tints of Robin's Egg Blue #01CFB3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.49%

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 0.26%
G = 53.49%
B = 46.25%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#01CFB3 (or 0x01CFB3) is known color: Robin's Egg Blue. HEX triplet: 01, CF and B3. RGB value is (1,207,179). Sum of RGB (Red+Green+Blue) = 1+207+179=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFB3 is #FE304C. Grayscale: #8E8E8E. Windows color (decimal): -16658509 or 11783937. OLE color: 11783937.

HSL color Cylindrical-coordinate representation of color #01CFB3: hue angle of 171.84º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFB3 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 179 -
CMYK 1.00 0 0.14 0.19
HSL 171.84º 0.99% 0.41% -
HSV(B) 171.84º 1% 0.81% -
XYZ 30.46 47.89 50.29 -
YUV 142.21 148.75 27.28 -
System Red Green Blue C M Y K H S L
Decimal 1 207 179 1.00 0 0.14 0.19 171.84 0.99 0.41
Hex 1 CF B3 64 0 E 13 AC 63 29
Octal 1 317 263 144 0 16 23 254 143 51
Binary 1 11001111 10110011 1100100 0 1110 10011 10101100 1100011 101001

Color Harmonies of #01CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFB3

Black with #01CFB3

Text Example


Text Example

White with #01CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,207,179); }

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

background-color css

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

 a { background-color: rgb(1,207,179); }

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

border-color css

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

 span { border-color: rgb(1,207,179); }

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