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

📋 copy color: '#07CCC8'

red 7 ◦ green 204 ◦ blue 200

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

Shades of Robin's Egg Blue #07CCC8

Tints of Robin's Egg Blue #07CCC8

RGB

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

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

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

R = 1.7%
G = 49.64%
B = 48.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#07CCC8 (or 0x07CCC8) is known color: Robin's Egg Blue. HEX triplet: 07, CC and C8. RGB value is (7,204,200). Sum of RGB (Red+Green+Blue) = 7+204+200=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #07CCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCC8 is #F83337. Grayscale: #909090. Windows color (decimal): -16266040 or 13159431. OLE color: 13159431.

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

Color convert

RGB 7 204 200 -
CMYK 0.97 0 0.02 0.2
HSL 178.78º 0.93% 0.41% -
HSV(B) 178.78º 0.97% 0.8% -
XYZ 32.11 47.4 62.1 -
YUV 144.64 159.23 29.83 -
System Red Green Blue C M Y K H S L
Decimal 7 204 200 0.97 0 0.02 0.2 178.78 0.93 0.41
Hex 7 CC C8 61 0 2 14 B3 5D 29
Octal 7 314 310 141 0 2 24 263 135 51
Binary 111 11001100 11001000 1100001 0 10 10100 10110011 1011101 101001

Color Harmonies of #07CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CCC8

Black with #07CCC8

Text Example


Text Example

White with #07CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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