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

📋 copy color: '#01CCB8'

red 1 ◦ green 204 ◦ blue 184

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

Shades of Robin's Egg Blue #01CCB8

Tints of Robin's Egg Blue #01CCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.44%

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

R = 0.26%
G = 52.44%
B = 47.3%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#01CCB8 (or 0x01CCB8) is known color: Robin's Egg Blue. HEX triplet: 01, CC and B8. RGB value is (1,204,184). Sum of RGB (Red+Green+Blue) = 1+204+184=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCB8 is #FE3347. Grayscale: #8C8C8C. Windows color (decimal): -16659272 or 12110849. OLE color: 12110849.

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

Color convert

RGB 1 204 184 -
CMYK 1.00 0 0.10 0.2
HSL 174.09º 0.99% 0.4% -
HSV(B) 174.09º 1% 0.8% -
XYZ 30.26 46.65 52.76 -
YUV 141.02 152.25 28.13 -
System Red Green Blue C M Y K H S L
Decimal 1 204 184 1.00 0 0.10 0.2 174.09 0.99 0.4
Hex 1 CC B8 64 0 A 14 AE 63 28
Octal 1 314 270 144 0 12 24 256 143 50
Binary 1 11001100 10111000 1100100 0 1010 10100 10101110 1100011 101000

Color Harmonies of #01CCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCB8

Black with #01CCB8

Text Example


Text Example

White with #01CCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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