Html Css Color HEX #07ABC6 Iris Blue

📋 copy color: '#07ABC6'

red 7 ◦ green 171 ◦ blue 198

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

Shades of Iris Blue #07ABC6

Tints of Iris Blue #07ABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.66%

R = 1.86%
G = 45.48%
B = 52.66%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#07ABC6 (or 0x07ABC6) is known color: Iris Blue. HEX triplet: 07, AB and C6. RGB value is (7,171,198). Sum of RGB (Red+Green+Blue) = 7+171+198=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #07ABC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABC6 is #F85439. Grayscale: #7C7C7C. Windows color (decimal): -16274490 or 13019911. OLE color: 13019911.

HSL color Cylindrical-coordinate representation of color #07ABC6: hue angle of 188.48º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ABC6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 171 198 -
CMYK 0.96 0.14 0 0.22
HSL 188.48º 0.93% 0.4% -
HSV(B) 188.48º 0.96% 0.78% -
XYZ 24.84 33.25 58.53 -
YUV 125.04 169.17 43.8 -
System Red Green Blue C M Y K H S L
Decimal 7 171 198 0.96 0.14 0 0.22 188.48 0.93 0.4
Hex 7 AB C6 60 E 0 16 BC 5D 28
Octal 7 253 306 140 16 0 26 274 135 50
Binary 111 10101011 11000110 1100000 1110 0 10110 10111100 1011101 101000

Color Harmonies of #07ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABC6

Black with #07ABC6

Text Example


Text Example

White with #07ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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