Html Css Color HEX #07CACA Robin's Egg Blue

📋 copy color: '#07CACA'

red 7 ◦ green 202 ◦ blue 202

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

Shades of Robin's Egg Blue #07CACA

Tints of Robin's Egg Blue #07CACA

RGB

 RED value IS 7 (3.13% from 255) = 1.7%

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 1.7%
G = 49.15%
B = 49.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#07CACA (or 0x07CACA) is known color: Robin's Egg Blue. HEX triplet: 07, CA and CA. RGB value is (7,202,202). Sum of RGB (Red+Green+Blue) = 7+202+202=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #07CACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CACA is #F83535. Grayscale: #8F8F8F. Windows color (decimal): -16266550 or 13289991. OLE color: 13289991.

HSL color Cylindrical-coordinate representation of color #07CACA: hue angle of 180º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CACA is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 202 202 -
CMYK 0.97 0 0 0.21
HSL 180º 0.93% 0.41% -
HSV(B) 180º 0.97% 0.79% -
XYZ 31.87 46.55 63.18 -
YUV 143.7 160.9 30.5 -
System Red Green Blue C M Y K H S L
Decimal 7 202 202 0.97 0 0 0.21 180 0.93 0.41
Hex 7 CA CA 61 0 0 15 B4 5D 29
Octal 7 312 312 141 0 0 25 264 135 51
Binary 111 11001010 11001010 1100001 0 0 10101 10110100 1011101 101001

Color Harmonies of #07CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CACA

Black with #07CACA

Text Example


Text Example

White with #07CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07CACA; }

 p { color: rgb(7,202,202); }

 H1.HeaderClassName
 {
   color: #07CACA;
 }
 .AnyTagClassName
 {
   color: #07CACA;
 }
</style>

background-color css

<style>
 a { background-color: #07CACA; }

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

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

border-color css

<style>
 span { border-color: #07CACA; }

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

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