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

📋 copy color: '#01CAB8'

red 1 ◦ green 202 ◦ blue 184

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

Shades of Robin's Egg Blue #01CAB8

Tints of Robin's Egg Blue #01CAB8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.2%

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 0.26%
G = 52.2%
B = 47.55%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#01CAB8 (or 0x01CAB8) is known color: Robin's Egg Blue. HEX triplet: 01, CA and B8. RGB value is (1,202,184). Sum of RGB (Red+Green+Blue) = 1+202+184=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #01CAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CAB8 is #FE3547. Grayscale: #8B8B8B. Windows color (decimal): -16659784 or 12110337. OLE color: 12110337.

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

Color convert

RGB 1 202 184 -
CMYK 1.00 0 0.09 0.21
HSL 174.63º 0.99% 0.4% -
HSV(B) 174.63º 1% 0.79% -
XYZ 29.78 45.71 52.6 -
YUV 139.85 152.91 28.96 -
System Red Green Blue C M Y K H S L
Decimal 1 202 184 1.00 0 0.09 0.21 174.63 0.99 0.4
Hex 1 CA B8 64 0 9 15 AF 63 28
Octal 1 312 270 144 0 11 25 257 143 50
Binary 1 11001010 10111000 1100100 0 1001 10101 10101111 1100011 101000

Color Harmonies of #01CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CAB8

Black with #01CAB8

Text Example


Text Example

White with #01CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,184); }

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

background-color css

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

 a { background-color: rgb(1,202,184); }

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

border-color css

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

 span { border-color: rgb(1,202,184); }

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