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

📋 copy color: '#07DBBA'

red 7 ◦ green 219 ◦ blue 186

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

Shades of Robin's Egg Blue #07DBBA

Tints of Robin's Egg Blue #07DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 1.7%
G = 53.16%
B = 45.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#07DBBA (or 0x07DBBA) is known color: Robin's Egg Blue. HEX triplet: 07, DB and BA. RGB value is (7,219,186). Sum of RGB (Red+Green+Blue) = 7+219+186=412 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBBA is #F82445. Grayscale: #979797. Windows color (decimal): -16262214 or 12245767. OLE color: 12245767.

HSL color Cylindrical-coordinate representation of color #07DBBA: hue angle of 170.66º 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 #07DBBA is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 219 186 -
CMYK 0.97 0 0.15 0.14
HSL 170.66º 0.94% 0.44% -
HSV(B) 170.66º 0.97% 0.86% -
XYZ 34.28 54.25 55.12 -
YUV 151.85 147.26 24.68 -
System Red Green Blue C M Y K H S L
Decimal 7 219 186 0.97 0 0.15 0.14 170.66 0.94 0.44
Hex 7 DB BA 61 0 F E AB 5E 2C
Octal 7 333 272 141 0 17 16 253 136 54
Binary 111 11011011 10111010 1100001 0 1111 1110 10101011 1011110 101100

Color Harmonies of #07DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBBA

Black with #07DBBA

Text Example


Text Example

White with #07DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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