Html Css Color HEX #07ABDB Iris Blue

📋 copy color: '#07ABDB'

red 7 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #07ABDB

Tints of Iris Blue #07ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 1.76%
G = 43.07%
B = 55.16%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#07ABDB (or 0x07ABDB) is known color: Iris Blue. HEX triplet: 07, AB and DB. RGB value is (7,171,219). Sum of RGB (Red+Green+Blue) = 7+171+219=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #07ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABDB is #F85424. Grayscale: #7F7F7F. Windows color (decimal): -16274469 or 14396167. OLE color: 14396167.

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

Color convert

RGB 7 171 219 -
CMYK 0.97 0.22 0 0.14
HSL 193.58º 0.94% 0.44% -
HSV(B) 193.58º 0.97% 0.86% -
XYZ 27.44 34.29 72.19 -
YUV 127.44 179.67 42.1 -
System Red Green Blue C M Y K H S L
Decimal 7 171 219 0.97 0.22 0 0.14 193.58 0.94 0.44
Hex 7 AB DB 61 16 0 E C2 5E 2C
Octal 7 253 333 141 26 0 16 302 136 54
Binary 111 10101011 11011011 1100001 10110 0 1110 11000010 1011110 101100

Color Harmonies of #07ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABDB

Black with #07ABDB

Text Example


Text Example

White with #07ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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