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

📋 copy color: '#07D5C8'

red 7 ◦ green 213 ◦ blue 200

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

Shades of Robin's Egg Blue #07D5C8

Tints of Robin's Egg Blue #07D5C8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.71%

 BLUE value IS 200 (78.52% from 255) = 47.62%

R = 1.67%
G = 50.71%
B = 47.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#07D5C8 (or 0x07D5C8) is known color: Robin's Egg Blue. HEX triplet: 07, D5 and C8. RGB value is (7,213,200). Sum of RGB (Red+Green+Blue) = 7+213+200=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #07D5C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D5C8 is #F82A37. Grayscale: #959595. Windows color (decimal): -16263736 or 13161735. OLE color: 13161735.

HSL color Cylindrical-coordinate representation of color #07D5C8: hue angle of 176.21º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D5C8 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 7 213 200 -
CMYK 0.97 0 0.06 0.16
HSL 176.21º 0.94% 0.43% -
HSV(B) 176.21º 0.97% 0.84% -
XYZ 34.31 51.8 62.83 -
YUV 149.92 156.25 26.06 -
System Red Green Blue C M Y K H S L
Decimal 7 213 200 0.97 0 0.06 0.16 176.21 0.94 0.43
Hex 7 D5 C8 61 0 6 10 B0 5E 2B
Octal 7 325 310 141 0 6 20 260 136 53
Binary 111 11010101 11001000 1100001 0 110 10000 10110000 1011110 101011

Color Harmonies of #07D5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D5C8

Black with #07D5C8

Text Example


Text Example

White with #07D5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,213,200); }

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

background-color css

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

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

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

border-color css

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

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

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