Html Css Color HEX #07ABBE Iris Blue

📋 copy color: '#07ABBE'

red 7 ◦ green 171 ◦ blue 190

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

Shades of Iris Blue #07ABBE

Tints of Iris Blue #07ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 1.9%
G = 46.47%
B = 51.63%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07ABBE (or 0x07ABBE) is known color: Iris Blue. HEX triplet: 07, AB and BE. RGB value is (7,171,190). Sum of RGB (Red+Green+Blue) = 7+171+190=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #07ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABBE is #F85441. Grayscale: #7B7B7B. Windows color (decimal): -16274498 or 12495623. OLE color: 12495623.

HSL color Cylindrical-coordinate representation of color #07ABBE: hue angle of 186.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ABBE is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 171 190 -
CMYK 0.96 0.10 0 0.25
HSL 186.23º 0.93% 0.39% -
HSV(B) 186.23º 0.96% 0.75% -
XYZ 23.94 32.89 53.8 -
YUV 124.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 7 171 190 0.96 0.10 0 0.25 186.23 0.93 0.39
Hex 7 AB BE 60 A 0 19 BA 5D 27
Octal 7 253 276 140 12 0 31 272 135 47
Binary 111 10101011 10111110 1100000 1010 0 11001 10111010 1011101 100111

Color Harmonies of #07ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABBE

Black with #07ABBE

Text Example


Text Example

White with #07ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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