Html Css Color HEX #07ABC9 Iris Blue

📋 copy color: '#07ABC9'

red 7 ◦ green 171 ◦ blue 201

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

Shades of Iris Blue #07ABC9

Tints of Iris Blue #07ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 1.85%
G = 45.12%
B = 53.03%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#07ABC9 (or 0x07ABC9) is known color: Iris Blue. HEX triplet: 07, AB and C9. RGB value is (7,171,201). Sum of RGB (Red+Green+Blue) = 7+171+201=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #07ABC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABC9 is #F85436. Grayscale: #7D7D7D. Windows color (decimal): -16274487 or 13216519. OLE color: 13216519.

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

Color convert

RGB 7 171 201 -
CMYK 0.97 0.15 0 0.21
HSL 189.28º 0.93% 0.41% -
HSV(B) 189.28º 0.97% 0.79% -
XYZ 25.19 33.39 60.38 -
YUV 125.38 170.67 43.56 -
System Red Green Blue C M Y K H S L
Decimal 7 171 201 0.97 0.15 0 0.21 189.28 0.93 0.41
Hex 7 AB C9 61 F 0 15 BD 5D 29
Octal 7 253 311 141 17 0 25 275 135 51
Binary 111 10101011 11001001 1100001 1111 0 10101 10111101 1011101 101001

Color Harmonies of #07ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABC9

Black with #07ABC9

Text Example


Text Example

White with #07ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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