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

📋 copy color: '#07DBBC'

red 7 ◦ green 219 ◦ blue 188

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

Shades of Robin's Egg Blue #07DBBC

Tints of Robin's Egg Blue #07DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.9%

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 1.69%
G = 52.9%
B = 45.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#07DBBC (or 0x07DBBC) is known color: Robin's Egg Blue. HEX triplet: 07, DB and BC. RGB value is (7,219,188). Sum of RGB (Red+Green+Blue) = 7+219+188=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBBC is #F82443. Grayscale: #979797. Windows color (decimal): -16262212 or 12376839. OLE color: 12376839.

HSL color Cylindrical-coordinate representation of color #07DBBC: hue angle of 171.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBBC is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 219 188 -
CMYK 0.97 0 0.14 0.14
HSL 171.23º 0.94% 0.44% -
HSV(B) 171.23º 0.97% 0.86% -
XYZ 34.5 54.34 56.25 -
YUV 152.08 148.26 24.52 -
System Red Green Blue C M Y K H S L
Decimal 7 219 188 0.97 0 0.14 0.14 171.23 0.94 0.44
Hex 7 DB BC 61 0 E E AB 5E 2C
Octal 7 333 274 141 0 16 16 253 136 54
Binary 111 11011011 10111100 1100001 0 1110 1110 10101011 1011110 101100

Color Harmonies of #07DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBBC

Black with #07DBBC

Text Example


Text Example

White with #07DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,219,188); }

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

background-color css

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

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

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

border-color css

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

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

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