Html Css Color HEX #07ABBA Iris Blue

📋 copy color: '#07ABBA'

red 7 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #07ABBA

Tints of Iris Blue #07ABBA

RGB

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

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

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

R = 1.92%
G = 46.98%
B = 51.1%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#07ABBA (or 0x07ABBA) is known color: Iris Blue. HEX triplet: 07, AB and BA. RGB value is (7,171,186). Sum of RGB (Red+Green+Blue) = 7+171+186=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #07ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABBA is #F85445. Grayscale: #7B7B7B. Windows color (decimal): -16274502 or 12233479. OLE color: 12233479.

HSL color Cylindrical-coordinate representation of color #07ABBA: hue angle of 185.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ABBA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 171 186 -
CMYK 0.96 0.08 0 0.27
HSL 185.03º 0.93% 0.38% -
HSV(B) 185.03º 0.96% 0.73% -
XYZ 23.51 32.72 51.53 -
YUV 123.67 163.17 44.78 -
System Red Green Blue C M Y K H S L
Decimal 7 171 186 0.96 0.08 0 0.27 185.03 0.93 0.38
Hex 7 AB BA 60 8 0 1B B9 5D 26
Octal 7 253 272 140 10 0 33 271 135 46
Binary 111 10101011 10111010 1100000 1000 0 11011 10111001 1011101 100110

Color Harmonies of #07ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABBA

Black with #07ABBA

Text Example


Text Example

White with #07ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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